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

Unified Diff: Source/core/platform/graphics/transforms/MatrixTransformOperation.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/MatrixTransformOperation.cpp
diff --git a/Source/core/platform/graphics/transforms/MatrixTransformOperation.cpp b/Source/core/platform/graphics/transforms/MatrixTransformOperation.cpp
index d14c7bf1458c4d47c58b6b2d9b32af8cc0f0d185..0abcf77e96a356a5c206cb52e9e6f4929eeedd7f 100644
--- a/Source/core/platform/graphics/transforms/MatrixTransformOperation.cpp
+++ b/Source/core/platform/graphics/transforms/MatrixTransformOperation.cpp
@@ -28,7 +28,7 @@ using namespace std;
namespace WebCore {
-PassRefPtr<TransformOperation> MatrixTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity)
+PassRefPtr<TransformOperation> MatrixTransformOperation::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