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

Unified Diff: third_party/WebKit/Source/core/css/CSSCounterValue.cpp

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/CSSCounterValue.cpp
diff --git a/third_party/WebKit/Source/core/css/CSSCounterValue.cpp b/third_party/WebKit/Source/core/css/CSSCounterValue.cpp
index 7773db2077ebfec48d2fdbd2cea855402ca9e0a9..c4cba1cf6bcd370ab66d71feadab40695d72d6c3 100644
--- a/third_party/WebKit/Source/core/css/CSSCounterValue.cpp
+++ b/third_party/WebKit/Source/core/css/CSSCounterValue.cpp
@@ -9,6 +9,8 @@
namespace blink {
+namespace cssvalue {
+
String CSSCounterValue::customCSSText() const {
StringBuilder result;
if (separator().isEmpty())
@@ -38,4 +40,6 @@ DEFINE_TRACE_AFTER_DISPATCH(CSSCounterValue) {
CSSValue::traceAfterDispatch(visitor);
}
+} // namespace cssvalue
+
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSCounterValue.h ('k') | third_party/WebKit/Source/core/css/CSSCursorImageValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698