summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Ceballos <pceballos@google.com>2016-05-26 15:35:55 -0700
committergitbuildkicker <android-build@google.com>2016-07-21 15:11:47 -0700
commit4308ad070a9f0b988ddfc24d7427d4849aa1b937 (patch)
treefbe5efb33c2eed37842575788c8e5ccea5a53f6a
parentd1a8dc7fc5f993e424d4bd574671be25a4f02f2f (diff)
downloadnative-marshmallow-dr-dragon-release.tar.gz
Add FrameStats default constructorandroid-6.0.1_r63marshmallow-dr-dragon-release
Bug 28592402 Change-Id: I857e46c9ab3ffae0d96923d665d13a4128a6cafa (cherry picked from commit 9a8c42a72b072bd03f0c830ffe1094b199146e74)
-rw-r--r--include/ui/FrameStats.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ui/FrameStats.h b/include/ui/FrameStats.h
index 5fdf94d92a..6bfe635c72 100644
--- a/include/ui/FrameStats.h
+++ b/include/ui/FrameStats.h
@@ -25,6 +25,7 @@ namespace android {
class FrameStats : public LightFlattenable<FrameStats> {
public:
+ FrameStats() : refreshPeriodNano(0) {};
/*
* Approximate refresh time, in nanoseconds.