Merge "Mark FrameMetricsObserver::notify() as pure virtual" am: 0b3cef8697 am: fec4795045

am: dbeb139e26

Change-Id: I4194a12a2f7b3fadc5e442590946d1de2dd63f17
This commit is contained in:
Pirama Arumuga Nainar
2019-02-12 18:48:55 -08:00
committed by android-build-merger

View File

@@ -23,7 +23,7 @@ namespace uirenderer {
class FrameMetricsObserver : public VirtualLightRefBase {
public:
virtual void notify(const int64_t* buffer);
virtual void notify(const int64_t* buffer) = 0;
};
} // namespace uirenderer