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

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

Issue 2380713004: [GeometryInterface] Add setMatrixValue(transfromList) function. (Closed)
Patch Set: [GeometryInterface] Add setMatrixValue(transfromList) function. 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..1f6cfcc82646a5de0838b4226e3d962440204e1f 100644
--- a/third_party/WebKit/Source/core/css/resolver/TransformBuilder.h
+++ b/third_party/WebKit/Source/core/css/resolver/TransformBuilder.h
@@ -39,11 +39,13 @@ namespace blink {
class CSSToLengthConversionData;
class CSSValue;
+class CSSValueList;
class TransformBuilder {
STATIC_ONLY(TransformBuilder);
public:
+ static bool hasRelativeLengths(const CSSValueList& inValueList);
Timothy Loh 2016/10/19 02:59:08 inValueList is a weird name, I'd just call it valu
Hwanseung Lee 2016/10/22 14:44:56 Done.
static void createTransformOperations(const CSSValue& inValue,
const CSSToLengthConversionData&,
TransformOperations& outOperations);

Powered by Google App Engine
This is Rietveld 408576698