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

Unified Diff: Source/web/WebViewImpl.h

Issue 946323002: Animations: Introduce compositor AnimationPlayer and AnimationTimeline. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Format. Created 5 years, 9 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 | « Source/web/WebRuntimeFeatures.cpp ('k') | Source/web/WebViewImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebViewImpl.h
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
index 837dac28ef4e84a72f88a20a2223555b0b9b0b3c..c49c20c9fddb65f503f22dfab97ba726a3ae455a 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -79,6 +79,7 @@ class DeprecatedPaintLayerCompositor;
class TopControls;
class UserGestureToken;
class WebActiveGestureAnimation;
+class WebCompositorAnimationTimeline;
class WebDevToolsAgentImpl;
class WebLayerTreeView;
class WebLocalFrameImpl;
@@ -446,6 +447,8 @@ public:
DeprecatedPaintLayerCompositor* compositor() const;
void registerForAnimations(WebLayer*);
void scheduleAnimation();
+ void attachCompositorAnimationTimeline(WebCompositorAnimationTimeline*);
+ void detachCompositorAnimationTimeline(WebCompositorAnimationTimeline*);
virtual void setVisibilityState(WebPageVisibilityState, bool) override;
« no previous file with comments | « Source/web/WebRuntimeFeatures.cpp ('k') | Source/web/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698