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

Unified Diff: third_party/WebKit/Source/web/WebFrameWidgetImpl.h

Issue 1616653002: CC Animation: Move files from cc_blink to Source/platform/animation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Fix copyrights and years. Created 4 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/web/WebFrameWidgetImpl.h
diff --git a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
index 09c85f3701d22815b9cdf82237019face6bae603..686f1a499409df5ef02d3018492bf076a94753bb 100644
--- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
+++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
@@ -52,7 +52,7 @@ class LocalFrame;
class Page;
class PaintLayerCompositor;
class UserGestureToken;
-class WebCompositorAnimationTimeline;
+class CompositorAnimationTimeline;
class WebLayer;
class WebLayerTreeView;
class WebMouseEvent;
@@ -126,8 +126,8 @@ public:
PaintLayerCompositor* compositor() const;
void setRootGraphicsLayer(GraphicsLayer*);
- void attachCompositorAnimationTimeline(WebCompositorAnimationTimeline*);
- void detachCompositorAnimationTimeline(WebCompositorAnimationTimeline*);
+ void attachCompositorAnimationTimeline(CompositorAnimationTimeline*);
+ void detachCompositorAnimationTimeline(CompositorAnimationTimeline*);
void setVisibilityState(WebPageVisibilityState, bool) override;
« no previous file with comments | « third_party/WebKit/Source/web/LinkHighlightImpl.cpp ('k') | third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698