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

Unified Diff: third_party/WebKit/public/platform/WebLayerTreeView.h

Issue 1547893003: WIP - compositor worker mega patch. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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: third_party/WebKit/public/platform/WebLayerTreeView.h
diff --git a/third_party/WebKit/public/platform/WebLayerTreeView.h b/third_party/WebKit/public/platform/WebLayerTreeView.h
index 441c36f553fb3eda68a11589bd80694d71add796..ab4d0d07362f8732759b59e966b573b6c1575d45 100644
--- a/third_party/WebKit/public/platform/WebLayerTreeView.h
+++ b/third_party/WebKit/public/platform/WebLayerTreeView.h
@@ -42,6 +42,7 @@ class WebCompositeAndReadbackAsyncCallback;
class WebCompositorAnimationTimeline;
class WebLayer;
class WebLayoutAndPaintAsyncCallback;
+class WebMutatorClient;
struct WebPoint;
struct WebSelectionBound;
class WebSelection;
@@ -156,6 +157,9 @@ public:
// Toggles scroll bottleneck rects on the HUD layer
virtual void setShowScrollBottleneckRects(bool) { }
+
+ // Mutations are plumbed back to the layer tree via the WebMutatorClient
+ virtual void setMutatorClient(WebMutatorClient*) {}
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/public/platform/WebCompositorSupport.h ('k') | third_party/WebKit/public/platform/WebMutableProperties.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698