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

Unified Diff: Source/core/platform/graphics/chromium/GraphicsLayerChromium.h

Issue 14391005: Rename Animation -> PrimitiveAnimation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 8 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/platform/graphics/chromium/GraphicsLayerChromium.h
diff --git a/Source/core/platform/graphics/chromium/GraphicsLayerChromium.h b/Source/core/platform/graphics/chromium/GraphicsLayerChromium.h
index 74e1ba3009936056432f46691f0af132b09095f1..db79584c004dcb96e89f46b6758bdfcadef7bf24 100644
--- a/Source/core/platform/graphics/chromium/GraphicsLayerChromium.h
+++ b/Source/core/platform/graphics/chromium/GraphicsLayerChromium.h
@@ -121,7 +121,7 @@ public:
virtual void setContentsToSolidColor(const Color&) OVERRIDE;
virtual bool hasContentsLayer() const { return m_contentsLayer; }
- virtual bool addAnimation(const KeyframeValueList&, const IntSize& boxSize, const Animation*, const String&, double timeOffset);
+ virtual bool addAnimation(const KeyframeValueList&, const IntSize& boxSize, const PrimitiveAnimation*, const String&, double timeOffset);
virtual void pauseAnimation(const String& animationName, double timeOffset);
virtual void removeAnimation(const String& animationName);
virtual void suspendAnimations(double wallClockTime);

Powered by Google App Engine
This is Rietveld 408576698