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

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

Issue 2435413002: Use a converter for building style value for 'transform' (Closed)
Patch Set: 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..68b0eeae480a0a3dbe279677a88d6271d6dbbb56 100644
--- a/third_party/WebKit/Source/core/css/resolver/TransformBuilder.h
+++ b/third_party/WebKit/Source/core/css/resolver/TransformBuilder.h
@@ -44,9 +44,9 @@ class TransformBuilder {
STATIC_ONLY(TransformBuilder);
public:
- static void createTransformOperations(const CSSValue& inValue,
- const CSSToLengthConversionData&,
- TransformOperations& outOperations);
+ static TransformOperations createTransformOperations(
+ const CSSValue& inValue,
+ const CSSToLengthConversionData&);
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698