Upstream version 11.39.250.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / mac / LocalCurrentGraphicsContext.h
index 97ee82b..394c270 100644 (file)
@@ -44,17 +44,4 @@ private:
     gfx::SkiaBitLocker m_skiaBitLocker;
 };
 
-class PLATFORM_EXPORT ContextContainer {
-    WTF_MAKE_NONCOPYABLE(ContextContainer);
-public:
-    ContextContainer(GraphicsContext*);
-
-    // 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;
-};
-
 }