| Index: Source/platform/graphics/GraphicsContextStateSaver.h
|
| diff --git a/Source/platform/graphics/GraphicsContextStateSaver.h b/Source/platform/graphics/GraphicsContextStateSaver.h
|
| index a6a6d459e8e0b72c76bb547c9bcdbf3d4269777d..0993d6a64c51e14942a8db3b4bab9d4a1f3f2c19 100644
|
| --- a/Source/platform/graphics/GraphicsContextStateSaver.h
|
| +++ b/Source/platform/graphics/GraphicsContextStateSaver.h
|
| @@ -32,7 +32,7 @@
|
| #include "platform/PlatformExport.h"
|
| #include "platform/graphics/GraphicsContext.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class PLATFORM_EXPORT GraphicsContextStateSaver {
|
| WTF_MAKE_FAST_ALLOCATED;
|
| @@ -73,6 +73,6 @@ private:
|
| bool m_saveAndRestore;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // GraphicsContextStateSaver_h
|
|
|