diff options
author | Jessica Wagantall <jwagantall@cyngn.com> | 2016-08-02 11:02:18 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@cyngn.com> | 2016-08-02 11:37:44 -0700 |
commit | 2ab013db02c930d38b4ac92beca0994ac7051c00 (patch) | |
tree | d51a2232c4dde7aa150704b83791e0dd7ce7656e | |
parent | b86bb46b4d252bee6e9120b4f9eda5ac8619f67c (diff) | |
parent | 3bcf0caa8cca9143443814b36676b3bae33a4368 (diff) | |
download | frameworks_native-2ab013db02c930d38b4ac92beca0994ac7051c00.zip frameworks_native-2ab013db02c930d38b4ac92beca0994ac7051c00.tar.gz frameworks_native-2ab013db02c930d38b4ac92beca0994ac7051c00.tar.bz2 |
Merge tag 'android-6.0.1_r61' into HEAD
Android 6.0.1 Release 61 (MOB30Z)
Change-Id: I581a4bc571ffe74fe33956018ffd93df05263755
-rw-r--r-- | include/ui/FrameStats.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ui/FrameStats.h b/include/ui/FrameStats.h index 5fdf94d..6bfe635 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. |