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

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

Issue 2367663002: [WIP] Attempt to move everything cssom into a cssom namespace (Closed)
Patch Set: Created 4 years, 3 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/CSSStyleVariableReferenceValue.h
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSStyleVariableReferenceValue.h b/third_party/WebKit/Source/core/css/cssom/CSSStyleVariableReferenceValue.h
index 9a333d37ff33521354478fb9f8391c81c23306fc..a40ba9ebddab050a2825228f6554831916c40669 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSStyleVariableReferenceValue.h
+++ b/third_party/WebKit/Source/core/css/cssom/CSSStyleVariableReferenceValue.h
@@ -10,6 +10,7 @@
#include "core/css/cssom/CSSUnparsedValue.h"
namespace blink {
+namespace cssom {
class CORE_EXPORT CSSStyleVariableReferenceValue final : public GarbageCollectedFinalized<CSSStyleVariableReferenceValue>, public ScriptWrappable {
WTF_MAKE_NONCOPYABLE(CSSStyleVariableReferenceValue);
@@ -42,6 +43,8 @@ protected:
Member<const CSSUnparsedValue> m_fallback;
};
+} // namespace cssom
} // namespace blink
+
#endif // CSSStyleVariableReference_h

Powered by Google App Engine
This is Rietveld 408576698