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

Unified Diff: content/renderer/gpu/render_widget_compositor.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
« no previous file with comments | « content/child/blink_platform_impl.h ('k') | content/renderer/gpu/render_widget_compositor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/gpu/render_widget_compositor.h
diff --git a/content/renderer/gpu/render_widget_compositor.h b/content/renderer/gpu/render_widget_compositor.h
index 0eac7cd9739241ff7fd56d0fc482ab1c59a8ad0b..3f35254033234678646ca0098340ae7b8e210946 100644
--- a/content/renderer/gpu/render_widget_compositor.h
+++ b/content/renderer/gpu/render_widget_compositor.h
@@ -139,6 +139,8 @@ class CONTENT_EXPORT RenderWidgetCompositor
void setShowDebugBorders(bool show) override;
void setShowScrollBottleneckRects(bool show) override;
+ void setMutatorClient(blink::WebCompositorMutatorClient*) override;
+
void updateTopControlsState(blink::WebTopControlsState constraints,
blink::WebTopControlsState current,
bool animate) override;
@@ -156,6 +158,8 @@ class CONTENT_EXPORT RenderWidgetCompositor
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 DidInitializeOutputSurface() override;
void DidFailToInitializeOutputSurface() override;
« no previous file with comments | « content/child/blink_platform_impl.h ('k') | content/renderer/gpu/render_widget_compositor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698