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

Unified Diff: components/html_viewer/web_layer_tree_view_impl.h

Issue 1602343002: compositor-worker: cc->blink mutation plumbing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@compositor-worker-ian-patch
Patch Set: Fix blimp issue Created 4 years, 11 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: components/html_viewer/web_layer_tree_view_impl.h
diff --git a/components/html_viewer/web_layer_tree_view_impl.h b/components/html_viewer/web_layer_tree_view_impl.h
index bcd833ba7a958c6d56ad1fbe7831b6b9fd31e7ce..1058d9a38e0395b8e7ca2706934a94aaa96b21c7 100644
--- a/components/html_viewer/web_layer_tree_view_impl.h
+++ b/components/html_viewer/web_layer_tree_view_impl.h
@@ -58,6 +58,7 @@ class WebLayerTreeViewImpl : public blink::WebLayerTreeView,
const gfx::Vector2dF& elastic_overscroll_delta,
float page_scale,
float top_controls_delta) override;
+ void ApplyMutations(const cc::LayerTreeMutations& mutations) override {}
void RequestNewOutputSurface() override;
void DidFailToInitializeOutputSurface() override;
void DidInitializeOutputSurface() override;

Powered by Google App Engine
This is Rietveld 408576698