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

Unified Diff: cc/blimp/layer_tree_host_remote.h

Issue 2445093002: cc/blimp: Add synchronization for scroll/scale state. (Closed)
Patch Set: minor fix 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
Index: cc/blimp/layer_tree_host_remote.h
diff --git a/cc/blimp/layer_tree_host_remote.h b/cc/blimp/layer_tree_host_remote.h
index 347ffb173058a89f781e093f8350d1b0325bfcc1..31397119eb9124807c7bc354b7a1954079636464 100644
--- a/cc/blimp/layer_tree_host_remote.h
+++ b/cc/blimp/layer_tree_host_remote.h
@@ -111,9 +111,8 @@ class CC_EXPORT LayerTreeHostRemote : public LayerTreeHost,
// RemoteCompositorBridgeClient implementation.
void BeginMainFrame() override;
- bool ApplyScrollAndScaleUpdateFromClient(
- const ScrollOffsetMap& client_scroll_map,
- float client_page_scale) override;
+ void ApplyStateUpdateFromClient(
+ const proto::ClientStateUpdate& client_state_update) override;
private:
enum class FramePipelineStage { NONE, ANIMATE, UPDATE_LAYERS, COMMIT };

Powered by Google App Engine
This is Rietveld 408576698