Merge "Mark FrameMetricsObserver::notify() as pure virtual"
am: 0b3cef8697
Change-Id: If62d413e3acd0ae1abb3748aa6a2027fe550844e
This commit is contained in:
committed by
android-build-merger
commit
fec4795045
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user