| Index: Source/platform/graphics/GraphicsContextStateSaver.h
|
| diff --git a/Source/core/platform/graphics/GraphicsContextStateSaver.h b/Source/platform/graphics/GraphicsContextStateSaver.h
|
| similarity index 94%
|
| rename from Source/core/platform/graphics/GraphicsContextStateSaver.h
|
| rename to Source/platform/graphics/GraphicsContextStateSaver.h
|
| index c4b0be58df3270a058a5e66e112450d2621da87d..a6a6d459e8e0b72c76bb547c9bcdbf3d4269777d 100644
|
| --- a/Source/core/platform/graphics/GraphicsContextStateSaver.h
|
| +++ b/Source/platform/graphics/GraphicsContextStateSaver.h
|
| @@ -29,11 +29,12 @@
|
| #ifndef GraphicsContextStateSaver_h
|
| #define GraphicsContextStateSaver_h
|
|
|
| -#include "core/platform/graphics/GraphicsContext.h"
|
| +#include "platform/PlatformExport.h"
|
| +#include "platform/graphics/GraphicsContext.h"
|
|
|
| namespace WebCore {
|
|
|
| -class GraphicsContextStateSaver {
|
| +class PLATFORM_EXPORT GraphicsContextStateSaver {
|
| WTF_MAKE_FAST_ALLOCATED;
|
| public:
|
| GraphicsContextStateSaver(GraphicsContext& context, bool saveAndRestore = true)
|
|
|