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

Unified Diff: cc/test/fake_output_surface.h

Issue 817603002: cc: Make scheduling be driven by vsync for android webview. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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_output_surface.h
diff --git a/cc/test/fake_output_surface.h b/cc/test/fake_output_surface.h
index f28fcccf58602f65ea2f5f9538d99d5e7a0e3b65..a587a4178bd1b8c19cdfd119385e167cce89c284 100644
--- a/cc/test/fake_output_surface.h
+++ b/cc/test/fake_output_surface.h
@@ -96,6 +96,8 @@ class FakeOutputSurface : public OutputSurface {
bool BindToClient(OutputSurfaceClient* client) override;
+ void Invalidate() override;
+
using OutputSurface::ReleaseGL;
using OutputSurface::InitializeAndSetContext3d;

Powered by Google App Engine
This is Rietveld 408576698