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

Unified Diff: Source/core/layout/compositing/DeprecatedPaintLayerCompositor.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
Index: Source/core/layout/compositing/DeprecatedPaintLayerCompositor.h
diff --git a/Source/core/layout/compositing/DeprecatedPaintLayerCompositor.h b/Source/core/layout/compositing/DeprecatedPaintLayerCompositor.h
index e5642eaf8e77d130f653ae9fa1e24bf2ae8ddf1f..0c0d453227e488d0e07a3ae484e39878246d112c 100644
--- a/Source/core/layout/compositing/DeprecatedPaintLayerCompositor.h
+++ b/Source/core/layout/compositing/DeprecatedPaintLayerCompositor.h
@@ -192,6 +192,9 @@ private:
void attachRootLayer(RootLayerAttachment);
void detachRootLayer();
+ void attachCompositorTimeline();
+ void detachCompositorTimeline();
+
void updateOverflowControlsLayers();
Page* page() const;
« no previous file with comments | « Source/core/animation/CompositorAnimations.cpp ('k') | Source/core/layout/compositing/DeprecatedPaintLayerCompositor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698