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

Unified Diff: cc/blink/web_compositor_support_impl.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
« no previous file with comments | « cc/blink/web_compositor_mutable_state_provider_impl.cc ('k') | cc/blink/web_compositor_support_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/blink/web_compositor_support_impl.h
diff --git a/cc/blink/web_compositor_support_impl.h b/cc/blink/web_compositor_support_impl.h
index d32d0e1800306c71f7286a579cb5d1be4a042e18..d9853f4e1237091a616a05dd8ff6ba34e1339886 100644
--- a/cc/blink/web_compositor_support_impl.h
+++ b/cc/blink/web_compositor_support_impl.h
@@ -16,6 +16,8 @@
namespace blink {
class WebGraphicsContext3D;
+class WebMutator;
+class WebMutatorClient;
}
namespace cc_blink {
@@ -57,6 +59,8 @@ class CC_BLINK_EXPORT WebCompositorSupportImpl
blink::WebTransformAnimationCurve* createTransformAnimationCurve() override;
blink::WebTransformOperations* createTransformOperations() override;
blink::WebFilterOperations* createFilterOperations() override;
+ blink::WebMutatorClient* createMutatorClient(
+ blink::WebMutator* mutator) override;
blink::WebCompositorAnimationPlayer* createAnimationPlayer() override;
blink::WebCompositorAnimationTimeline* createAnimationTimeline() override;
« no previous file with comments | « cc/blink/web_compositor_mutable_state_provider_impl.cc ('k') | cc/blink/web_compositor_support_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698