| Index: third_party/WebKit/Source/platform/mac/LocalCurrentGraphicsContext.h
|
| diff --git a/third_party/WebKit/Source/platform/mac/LocalCurrentGraphicsContext.h b/third_party/WebKit/Source/platform/mac/LocalCurrentGraphicsContext.h
|
| index bfdeffabd4bd269c1c641a67f56b1560e9e5a862..72699bfe87a13e4a6810eefaff23d06f85c595b2 100644
|
| --- a/third_party/WebKit/Source/platform/mac/LocalCurrentGraphicsContext.h
|
| +++ b/third_party/WebKit/Source/platform/mac/LocalCurrentGraphicsContext.h
|
| @@ -20,7 +20,7 @@
|
| #include "platform/PlatformExport.h"
|
| #include "platform/geometry/IntRect.h"
|
| #include "platform/graphics/paint/PaintCanvas.h"
|
| -#include "skia/ext/skia_utils_mac.h"
|
| +#include "platform/mac/GraphicsContextCanvas.h"
|
| #include "wtf/Noncopyable.h"
|
|
|
| OBJC_CLASS NSGraphicsContext;
|
| @@ -47,6 +47,6 @@ class PLATFORM_EXPORT LocalCurrentGraphicsContext {
|
| NSGraphicsContext* m_savedNSGraphicsContext;
|
| bool m_didSetGraphicsContext;
|
| IntRect m_inflatedDirtyRect;
|
| - skia::SkiaBitLocker m_skiaBitLocker;
|
| + GraphicsContextCanvas m_graphicsContextCanvas;
|
| };
|
| }
|
|
|