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

Unified Diff: cc/test/fake_remote_compositor_bridge.h

Issue 2404953002: cc/blimp: Set up hooks for scroll/scale sync. (Closed)
Patch Set: braces Created 4 years, 2 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/blimp/remote_compositor_bridge_client.h ('k') | cc/test/layer_tree_host_remote_for_testing.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_remote_compositor_bridge.h
diff --git a/cc/test/fake_remote_compositor_bridge.h b/cc/test/fake_remote_compositor_bridge.h
index 5958f36d7873e978b5b39e212f2d21e4e55da92e..698dbed22566653a52e529c27319d9c3d924dd7b 100644
--- a/cc/test/fake_remote_compositor_bridge.h
+++ b/cc/test/fake_remote_compositor_bridge.h
@@ -28,7 +28,7 @@ class FakeRemoteCompositorBridge : public RemoteCompositorBridge {
void ProcessCompositorStateUpdate(
std::unique_ptr<CompositorProtoState> compositor_proto_state) override {}
- private:
+ protected:
void BeginMainFrame();
RemoteCompositorBridgeClient* client_;
« no previous file with comments | « cc/blimp/remote_compositor_bridge_client.h ('k') | cc/test/layer_tree_host_remote_for_testing.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698