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

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 Display member destruction order Created 4 years, 8 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
« no previous file with comments | « cc/test/fake_layer_tree_host_impl_client.h ('k') | cc/test/layer_tree_pixel_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {}
« no previous file with comments | « cc/test/fake_layer_tree_host_impl_client.h ('k') | cc/test/layer_tree_pixel_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698