commit | 9a8c42a72b072bd03f0c830ffe1094b199146e74 | [log] [tgz] |
---|---|---|
author | Pablo Ceballos <pceballos@google.com> | Thu May 26 15:35:55 2016 -0700 |
committer | Pablo Ceballos <pceballos@google.com> | Thu May 26 22:45:13 2016 +0000 |
tree | e21908b68d2966fe6d2d674024052e1639988a77 | |
parent | 775f2e6dbf757d1b1853337c19bf15f15a127e31 [diff] [blame] |
Add FrameStats default constructor Bug 28592402 Change-Id: I857e46c9ab3ffae0d96923d665d13a4128a6cafa
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 @@ class FrameStats : public LightFlattenable<FrameStats> { public: + FrameStats() : refreshPeriodNano(0) {}; /* * Approximate refresh time, in nanoseconds.