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

Unified Diff: third_party/WebKit/Source/core/css/resolver/TransformBuilder.h

Issue 2380713004: [GeometryInterface] Add setMatrixValue(transfromList) function. (Closed)
Patch Set: rebase & check relative length unit. Created 4 years, 2 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: third_party/WebKit/Source/core/css/resolver/TransformBuilder.h
diff --git a/third_party/WebKit/Source/core/css/resolver/TransformBuilder.h b/third_party/WebKit/Source/core/css/resolver/TransformBuilder.h
index 6f4d1234c258a4f4a358fb869ce4f2d5abdec3f8..0ebaefd415bb86a4bab93f889d301d11f1cd0262 100644
--- a/third_party/WebKit/Source/core/css/resolver/TransformBuilder.h
+++ b/third_party/WebKit/Source/core/css/resolver/TransformBuilder.h
@@ -44,6 +44,7 @@ class TransformBuilder {
STATIC_ONLY(TransformBuilder);
public:
+ static bool checkHavingRelativeLengthUnit(const CSSValue& inValue);
static void createTransformOperations(const CSSValue& inValue,
const CSSToLengthConversionData&,
TransformOperations& outOperations);

Powered by Google App Engine
This is Rietveld 408576698