OSDN Git Service

Add FrameStats default constructor
authorPablo Ceballos <pceballos@google.com>
Thu, 26 May 2016 22:35:55 +0000 (15:35 -0700)
committerThe Android Automerger <android-build@google.com>
Thu, 23 Jun 2016 22:06:26 +0000 (15:06 -0700)
Bug 28592402

Change-Id: I857e46c9ab3ffae0d96923d665d13a4128a6cafa

include/ui/FrameStats.h

index 5fdf94d..6bfe635 100644 (file)
@@ -25,6 +25,7 @@ namespace android {
 
 class FrameStats : public LightFlattenable<FrameStats> {
 public:
+    FrameStats() : refreshPeriodNano(0) {};
 
     /*
      * Approximate refresh time, in nanoseconds.