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

Unified Diff: third_party/WebKit/Source/core/css/CSSCursorImageValue.h

Issue 2804673003: Move CSSCounterValue & CSSCursorImageValue to the namespace blink::cssvalue. (Closed)
Patch Set: Created 3 years, 8 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/CSSCursorImageValue.h
diff --git a/third_party/WebKit/Source/core/css/CSSCursorImageValue.h b/third_party/WebKit/Source/core/css/CSSCursorImageValue.h
index 644c7129767d4625a75e7505208856290a816d85..547c43055c2de9696ce4582ceac4c104a1664488 100644
--- a/third_party/WebKit/Source/core/css/CSSCursorImageValue.h
+++ b/third_party/WebKit/Source/core/css/CSSCursorImageValue.h
@@ -26,6 +26,8 @@
namespace blink {
+namespace cssvalue {
+
class CSSCursorImageValue : public CSSValue {
public:
static const CSSCursorImageValue* create(const CSSValue& imageValue,
@@ -58,6 +60,8 @@ class CSSCursorImageValue : public CSSValue {
DEFINE_CSS_VALUE_TYPE_CASTS(CSSCursorImageValue, isCursorImageValue());
+} // namespace cssvalue
+
} // namespace blink
#endif // CSSCursorImageValue_h
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSCounterValue.cpp ('k') | third_party/WebKit/Source/core/css/CSSCursorImageValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698