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

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 68b0eeae480a0a3dbe279677a88d6271d6dbbb56..6f2959e50fe4c213c5d3760640d32a682573d7ae 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&);
static TransformOperations createTransformOperations(
const CSSValue& inValue,
const CSSToLengthConversionData&);

Powered by Google App Engine
This is Rietveld 408576698