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

Unified Diff: content/browser/renderer_host/compositor_impl_android.h

Issue 1547893003: WIP - compositor worker mega patch. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . 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: content/browser/renderer_host/compositor_impl_android.h
diff --git a/content/browser/renderer_host/compositor_impl_android.h b/content/browser/renderer_host/compositor_impl_android.h
index 9b1a60eb0e9190db121134f55d8b89b01c32d26d..a819a7122847f825241ec99fdd6a34eb2fefe9a0 100644
--- a/content/browser/renderer_host/compositor_impl_android.h
+++ b/content/browser/renderer_host/compositor_impl_android.h
@@ -95,6 +95,8 @@ class CONTENT_EXPORT CompositorImpl
const gfx::Vector2dF& elastic_overscroll_delta,
float page_scale,
float top_controls_delta) override {}
+ void ApplyMutations(
+ const cc::LayerTreeMutationMap& mutations) override {}
void RequestNewOutputSurface() override;
void DidInitializeOutputSurface() override;
void DidFailToInitializeOutputSurface() override;
« no previous file with comments | « components/html_viewer/web_layer_tree_view_impl.h ('k') | content/browser/renderer_host/input/synthetic_gesture_target_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698