Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9a8c42a7 authored by Pablo Ceballos's avatar Pablo Ceballos
Browse files

Add FrameStats default constructor

Bug 28592402

Change-Id: I857e46c9ab3ffae0d96923d665d13a4128a6cafa
parent 775f2e6d
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -25,6 +25,7 @@ namespace android {


class FrameStats : public LightFlattenable<FrameStats> {
class FrameStats : public LightFlattenable<FrameStats> {
public:
public:
    FrameStats() : refreshPeriodNano(0) {};


    /*
    /*
     * Approximate refresh time, in nanoseconds.
     * Approximate refresh time, in nanoseconds.