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

Unified Diff: third_party/WebKit/public/platform/WebCompositorSupport.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/WebCompositorSupport.h
diff --git a/third_party/WebKit/public/platform/WebCompositorSupport.h b/third_party/WebKit/public/platform/WebCompositorSupport.h
index cccede656b3b3c7b9a31d2215ca1c40795911d22..d06c6e5c16be2e8b6c3ddff0babe1d4ae91c687b 100644
--- a/third_party/WebKit/public/platform/WebCompositorSupport.h
+++ b/third_party/WebKit/public/platform/WebCompositorSupport.h
@@ -52,6 +52,8 @@ class WebFilterOperations;
class WebFloatAnimationCurve;
class WebGraphicsContext3D;
class WebImageLayer;
+class WebMutator;
+class WebMutatorClient;
class WebLayer;
class WebScrollbarLayer;
class WebScrollbarThemeGeometry;
@@ -101,6 +103,8 @@ public:
virtual WebCompositorAnimationTimeline* createAnimationTimeline() { return nullptr; }
+ virtual WebMutatorClient* createMutatorClient(WebMutator*) { return nullptr; }
+
protected:
virtual ~WebCompositorSupport() { }
};

Powered by Google App Engine
This is Rietveld 408576698