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

Unified Diff: Source/core/animation/ActiveAnimations.h

Issue 101623002: Drop "only composite opacity animations when already in compositing mode". (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Seperate window.internals and window.testRunner Created 7 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
Index: Source/core/animation/ActiveAnimations.h
diff --git a/Source/core/animation/ActiveAnimations.h b/Source/core/animation/ActiveAnimations.h
index 6cb23879a5a38f981f799e8a3be5fe1523040bc8..43496b0f1c02f5615224f4e77b78172b01900ffa 100644
--- a/Source/core/animation/ActiveAnimations.h
+++ b/Source/core/animation/ActiveAnimations.h
@@ -44,7 +44,7 @@ class RenderObject;
class Element;
// FIXME: Move these to CompositorAnimations
-bool shouldCompositeForActiveAnimations(const RenderObject&, bool renderViewInCompositingMode);
+bool shouldCompositeForActiveAnimations(const RenderObject&);
bool hasActiveAnimations(const RenderObject&, CSSPropertyID);
bool hasActiveAnimationsOnCompositor(const RenderObject&, CSSPropertyID);

Powered by Google App Engine
This is Rietveld 408576698