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

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

Issue 22900008: Make vw/vh units to work in css transforms. Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 4 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/AnimationTranslationUtil.h
diff --git a/Source/core/platform/graphics/chromium/AnimationTranslationUtil.h b/Source/core/platform/graphics/chromium/AnimationTranslationUtil.h
index 95af52a029310088ad75e290db0d61eee30809fb..e31623adcb1e4b1284e6a950b138c667cb1f7800 100644
--- a/Source/core/platform/graphics/chromium/AnimationTranslationUtil.h
+++ b/Source/core/platform/graphics/chromium/AnimationTranslationUtil.h
@@ -42,6 +42,7 @@ namespace WebCore {
class KeyframeValueList;
class CSSAnimationData;
class FloatSize;
+class RenderView;
// Translates WebCore animation data into a WebAnimation. If we are unable
@@ -49,7 +50,7 @@ class FloatSize;
// - a steps timing function is used,
// - a property other than AnimatedPropertyWebkitTransform, or AnimatedPropertyOpacity is animated, or
// - a transform animation involves a non-invertable transform.
-PassOwnPtr<WebKit::WebAnimation> createWebAnimation(const KeyframeValueList&, const CSSAnimationData*, int animationId, double timeOffset, const FloatSize& boxSize);
+PassOwnPtr<WebKit::WebAnimation> createWebAnimation(const KeyframeValueList&, const CSSAnimationData*, int animationId, double timeOffset, const FloatSize& boxSize, RenderView*);
} // namespace WebCore

Powered by Google App Engine
This is Rietveld 408576698