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

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

Issue 1642473002: Revert "Update StyleValue.cssString() to use existing methods instead of rolling our… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make sure it compiles Created 4 years, 11 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/StyleValue.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 bc5c00a11441b7eb08631d093a1d9530598c1921..21a2061d4def5fc26bbf1a09241c4e04e680bfca 100644
--- a/third_party/WebKit/Source/core/css/cssom/TransformValue.h
+++ b/third_party/WebKit/Source/core/css/cssom/TransformValue.h
@@ -39,6 +39,8 @@ public:
size_t size() { return m_transformComponents.size(); }
+ String cssString() const override { return String(); }
+
DEFINE_INLINE_VIRTUAL_TRACE()
{
visitor->trace(m_transformComponents);
« no previous file with comments | « third_party/WebKit/Source/core/css/cssom/StyleValue.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698