summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Ceballos <pceballos@google.com>2016-05-26 15:35:55 -0700
committerThe Android Automerger <android-build@google.com>2016-06-23 15:06:26 -0700
commit3bcf0caa8cca9143443814b36676b3bae33a4368 (patch)
tree2894f8d03a8231f49a88fb58ef0146fb65c056c0
parent54cb02ad733fb71b1bdf78590428817fb780aff8 (diff)
downloadframeworks_native-3bcf0caa8cca9143443814b36676b3bae33a4368.tar.gz
frameworks_native-3bcf0caa8cca9143443814b36676b3bae33a4368.tar.bz2
frameworks_native-3bcf0caa8cca9143443814b36676b3bae33a4368.zip
Add FrameStats default constructor
Bug 28592402 Change-Id: I857e46c9ab3ffae0d96923d665d13a4128a6cafa
-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 5fdf94d92..6bfe635c7 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.