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

Unified Diff: third_party/WebKit/Source/core/css/cssom/CSSTransformValue.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/CSSTransformValue.h
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSTransformValue.h b/third_party/WebKit/Source/core/css/cssom/CSSTransformValue.h
index 5563598e84289e7c95a5bcf482a1a74340b3d4c7..eea71f8a3dd780aa21477d7c6f5799667dd8b0ba 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSTransformValue.h
+++ b/third_party/WebKit/Source/core/css/cssom/CSSTransformValue.h
@@ -13,6 +13,7 @@
#include "platform/heap/HeapAllocator.h"
namespace blink {
+namespace cssom {
class CORE_EXPORT CSSTransformValue final : public CSSStyleValue, public ValueIterable<CSSTransformComponent*> {
WTF_MAKE_NONCOPYABLE(CSSTransformValue);
@@ -56,6 +57,8 @@ private:
IterationSource* startIteration(ScriptState*, ExceptionState&) override;
};
+} // namespace cssom
} // namespace blink
+
#endif // CSSTransformValue_h

Powered by Google App Engine
This is Rietveld 408576698