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

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

Issue 2097093002: [Typed OM] Rename cssString methods to cssText (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@rename-transformvalue
Patch Set: Update usage in csspaint logging for tests Created 4 years, 6 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/cssom/CSSLengthValue.h
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSLengthValue.h b/third_party/WebKit/Source/core/css/cssom/CSSLengthValue.h
index affb5641920fe373b425dda3a66d8ad15285bad9..09f9c1202083a8e27a5bb7fbbcbac56d576ed078 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSLengthValue.h
+++ b/third_party/WebKit/Source/core/css/cssom/CSSLengthValue.h
@@ -26,7 +26,7 @@ public:
virtual bool containsPercent() const = 0;
- static CSSLengthValue* from(const String& cssString, ExceptionState&);
+ static CSSLengthValue* from(const String& cssText, ExceptionState&);
static CSSLengthValue* from(double value, const String& typeStr, ExceptionState&);
static CSSLengthValue* from(const CSSCalcDictionary&, ExceptionState&);

Powered by Google App Engine
This is Rietveld 408576698