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

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

Issue 1957163002: Rename KeywordValue to CSSKeywordValue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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
Index: third_party/WebKit/Source/core/css/cssom/CSSOMKeywords.h
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSOMKeywords.h b/third_party/WebKit/Source/core/css/cssom/CSSOMKeywords.h
index 2d77f74a745791425cd5ed42548a3da8d0ffb0be..c081b382556d8c68722eb74296c103cc991c4b32 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSOMKeywords.h
+++ b/third_party/WebKit/Source/core/css/cssom/CSSOMKeywords.h
@@ -9,13 +9,13 @@
namespace blink {
-class KeywordValue;
+class CSSKeywordValue;
class CSSOMKeywords {
STATIC_ONLY(CSSOMKeywords);
public:
- static bool validKeywordForProperty(CSSPropertyID, const KeywordValue&);
+ static bool validKeywordForProperty(CSSPropertyID, const CSSKeywordValue&);
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/css/cssom/CSSKeywordValue.idl ('k') | third_party/WebKit/Source/core/css/cssom/KeywordValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698