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

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

Issue 2919943002: [CSS Typed OM] Rename CSSUnitValue's cssType method to just "type". (Closed)
Patch Set: Created 3 years, 7 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 | « no previous file | third_party/WebKit/Source/core/css/cssom/CSSUnitValue.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/cssom/CSSUnitValue.h
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSUnitValue.h b/third_party/WebKit/Source/core/css/cssom/CSSUnitValue.h
index 8ec12fd0aed84cd488807d87f25c40e63f7f8a7b..ffd2703f5f909df2256ec22d8c6653ccc2c05fcb 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSUnitValue.h
+++ b/third_party/WebKit/Source/core/css/cssom/CSSUnitValue.h
@@ -27,7 +27,7 @@ class CORE_EXPORT CSSUnitValue final : public CSSNumericValue {
void setUnit(const String& new_unit, ExceptionState&);
String unit() const;
- String cssType() const;
+ String type() const;
StyleValueType GetType() const override { return StyleValueType::kUnitType; }
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/cssom/CSSUnitValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698