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

Unified Diff: cc/test/fake_output_surface_client.h

Issue 1821863002: Hook up ui::Compositor to Display's BeginFrameSource (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix unit test compilation Created 4 years, 9 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_output_surface_client.h
diff --git a/cc/test/fake_output_surface_client.h b/cc/test/fake_output_surface_client.h
index c9a5efa062bf123b549e557c362894e36eda303e..bb0371582b2cd5a008958cf93acf7609e4c050d5 100644
--- a/cc/test/fake_output_surface_client.h
+++ b/cc/test/fake_output_surface_client.h
@@ -21,6 +21,7 @@ class FakeOutputSurfaceClient : public OutputSurfaceClient {
void CommitVSyncParameters(base::TimeTicks timebase,
base::TimeDelta interval) override {}
+ void SetBeginFrameSource(BeginFrameSource* source) override {}
void SetNeedsRedrawRect(const gfx::Rect& damage_rect) override {}
void DidSwapBuffers() override;
void DidSwapBuffersComplete() override {}

Powered by Google App Engine
This is Rietveld 408576698