summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Ceballos <pceballos@google.com>2016-05-26 15:35:55 -0700
committergitbuildkicker <android-build@google.com>2016-11-03 12:19:06 -0700
commit324e5c2f433edc774dd696413881679148386809 (patch)
tree0776e618ce31509572a9dcfad4709d3f583a4c5e
parent390c2d3512fcbf0f4e1890baef12f3bd1d23dc56 (diff)
downloadnative-marshmallow-mr3-release.tar.gz
Add FrameStats default constructorandroid-6.0.1_r77marshmallow-mr3-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.