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

Unified Diff: third_party/WebKit/Source/core/css/cssom/TransformValue.h

Issue 2048483002: Plumb TransformValue into the 'transform' property of StylePropertyMap. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@stylevaue
Patch Set: Add Layout test Created 4 years, 6 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
« no previous file with comments | « third_party/WebKit/Source/core/css/cssom/CSSStyleValue.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/cssom/TransformValue.h
diff --git a/third_party/WebKit/Source/core/css/cssom/TransformValue.h b/third_party/WebKit/Source/core/css/cssom/TransformValue.h
index 06638fc8e57c01165169bb15fa3c2d9a1ab6fda6..c3834ea61549e3d5a20fc2d65c38d86f716e2ff4 100644
--- a/third_party/WebKit/Source/core/css/cssom/TransformValue.h
+++ b/third_party/WebKit/Source/core/css/cssom/TransformValue.h
@@ -33,7 +33,7 @@ public:
CSSValue* toCSSValue() const override;
- StyleValueType type() const override { return TransformValueType; }
+ StyleValueType type() const override { return TransformType; }
TransformComponent* componentAtIndex(int index) { return m_transformComponents.at(index); }
« no previous file with comments | « third_party/WebKit/Source/core/css/cssom/CSSStyleValue.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698