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

Unified Diff: Source/core/platform/graphics/transforms/ScaleTransformOperation.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/ScaleTransformOperation.cpp
diff --git a/Source/core/platform/graphics/transforms/ScaleTransformOperation.cpp b/Source/core/platform/graphics/transforms/ScaleTransformOperation.cpp
index f19e8aeeac6d243c7e364e417f37a5be432913a6..a198997b633a94f6ced0dc87feb25fd636837c19 100644
--- a/Source/core/platform/graphics/transforms/ScaleTransformOperation.cpp
+++ b/Source/core/platform/graphics/transforms/ScaleTransformOperation.cpp
@@ -26,7 +26,7 @@
namespace WebCore {
-PassRefPtr<TransformOperation> ScaleTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity)
+PassRefPtr<TransformOperation> ScaleTransformOperation::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