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

Unified Diff: Source/core/platform/graphics/transforms/SkewTransformOperation.cpp

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/transforms/SkewTransformOperation.cpp
diff --git a/Source/core/platform/graphics/transforms/SkewTransformOperation.cpp b/Source/core/platform/graphics/transforms/SkewTransformOperation.cpp
index e620ea1441cd2226e9e09c75dc0df40bfc4b939c..881319734eeb1759caf6d407905155b9e2a48a4e 100644
--- a/Source/core/platform/graphics/transforms/SkewTransformOperation.cpp
+++ b/Source/core/platform/graphics/transforms/SkewTransformOperation.cpp
@@ -26,7 +26,7 @@
namespace WebCore {
-PassRefPtr<TransformOperation> SkewTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity)
+PassRefPtr<TransformOperation> SkewTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity, RenderView* renderView)
{
if (from && !from->isSameType(*this))
return this;

Powered by Google App Engine
This is Rietveld 408576698