| 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
|
|
|