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

Unified Diff: third_party/WebKit/Source/core/css/cssom/CSSPerspective.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/CSSPerspective.h
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSPerspective.h b/third_party/WebKit/Source/core/css/cssom/CSSPerspective.h
index 592b141722de726dbd2ba03b2b6bfaba42aefcfa..855a50e84f160b9238b52b9bdc4abde548162fb5 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSPerspective.h
+++ b/third_party/WebKit/Source/core/css/cssom/CSSPerspective.h
@@ -10,6 +10,7 @@
#include "core/css/cssom/CSSTransformComponent.h"
namespace blink {
+namespace cssom {
class ExceptionState;
@@ -42,6 +43,8 @@ private:
Member<const CSSLengthValue> m_length;
};
+} // namespace cssom
} // namespace blink
+
#endif
« no previous file with comments | « third_party/WebKit/Source/core/css/cssom/CSSOMTypes.h ('k') | third_party/WebKit/Source/core/css/cssom/CSSPerspective.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698