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

Unified Diff: cc/test/layer_tree_test.cc

Issue 423773002: Unified BeginFrame scheduling (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 3 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/layer_tree_test.cc
diff --git a/cc/test/layer_tree_test.cc b/cc/test/layer_tree_test.cc
index 312f6431513a87229d489bcddcfedb5f866c7319..fe4a843c72e48c9b0e485f5aa4f65c86c7a9debc 100644
--- a/cc/test/layer_tree_test.cc
+++ b/cc/test/layer_tree_test.cc
@@ -314,6 +314,7 @@ class LayerTreeHostClientForTesting : public LayerTreeHostClient,
virtual void DidPostSwapBuffers() OVERRIDE {}
virtual void DidAbortSwapBuffers() OVERRIDE {}
+ virtual void DidLoseOutputSurface() OVERRIDE {}
private:
explicit LayerTreeHostClientForTesting(TestHooks* test_hooks)

Powered by Google App Engine
This is Rietveld 408576698