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

Unified Diff: third_party/WebKit/Source/platform/graphics/CompositorMutator.h

Issue 2515363002: Introduce AnimationWorkletProxyClient and necessary plumbing to get it in worklet messaging proxy. (Closed)
Patch Set: Remove unnecessary PLATFORM_EXPORT Created 3 years, 10 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: third_party/WebKit/Source/platform/graphics/CompositorMutator.h
diff --git a/third_party/WebKit/Source/platform/graphics/CompositorMutator.h b/third_party/WebKit/Source/platform/graphics/CompositorMutator.h
index b1b90b6d192d11bfc946cadbb59abb4c4f4eb038..5f6807e0dd7b8f3e13962c45b0120da17e8b7c6d 100644
--- a/third_party/WebKit/Source/platform/graphics/CompositorMutator.h
+++ b/third_party/WebKit/Source/platform/graphics/CompositorMutator.h
@@ -18,7 +18,7 @@ class CompositorMutator : public GarbageCollectedFinalized<CompositorMutator> {
DEFINE_INLINE_VIRTUAL_TRACE() {}
// Called from compositor thread to run the animation frame callbacks from all
- // connected CompositorWorkers.
+ // connected CompositorWorkers and AnimationWorklets.
// Returns true if any animation callbacks requested an animation frame
// (i.e. should be reinvoked next frame).
virtual bool mutate(double monotonicTimeNow,

Powered by Google App Engine
This is Rietveld 408576698