Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2124)

Unified Diff: cc/test/fake_surface_observer.h

Issue 2938833002: Add SurfaceWillDraw notification (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: cc/test/fake_surface_observer.h
diff --git a/cc/test/fake_surface_observer.h b/cc/test/fake_surface_observer.h
index ab0bab5d09202280189b19c3c82c11dc11d9bdcf..bf8fece078b3ab2086f2d1fcbedcc44e6beeef73 100644
--- a/cc/test/fake_surface_observer.h
+++ b/cc/test/fake_surface_observer.h
@@ -41,6 +41,7 @@ class FakeSurfaceObserver : public SurfaceObserver {
void OnSurfaceDestroyed(const SurfaceId& surface_id) override {}
void OnSurfaceDamageExpected(const SurfaceId& surface_id,
const BeginFrameArgs& args) override {}
+ void OnSurfaceWillDraw(const SurfaceId& surface_id) overide {}
bool damage_display_;
BeginFrameAck last_ack_;

Powered by Google App Engine
This is Rietveld 408576698