Index: Source/platform/mac/LocalCurrentGraphicsContext.h |
diff --git a/Source/platform/mac/LocalCurrentGraphicsContext.h b/Source/platform/mac/LocalCurrentGraphicsContext.h |
index 6beef69584cfe83ffc5b3e0e8a8d71b9a3493489..394c270260da2c07c855643dc33efceedadf868d 100644 |
--- a/Source/platform/mac/LocalCurrentGraphicsContext.h |
+++ b/Source/platform/mac/LocalCurrentGraphicsContext.h |
@@ -44,17 +44,4 @@ private: |
gfx::SkiaBitLocker m_skiaBitLocker; |
}; |
-class PLATFORM_EXPORT ContextContainer { |
- WTF_MAKE_NONCOPYABLE(ContextContainer); |
-public: |
- ContextContainer(GraphicsContext*, IntRect clipRect); |
- |
- // This synchronizes the CGContext to reflect the current SkCanvas state. |
- // The implementation may not return the same CGContext each time. |
- CGContextRef context() { return m_skiaBitLocker.cgContext(); } |
- |
-private: |
- gfx::SkiaBitLocker m_skiaBitLocker; |
-}; |
- |
} |