X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fplatform%2Fmac%2FLocalCurrentGraphicsContext.h;h=394c270260da2c07c855643dc33efceedadf868d;hb=f5180d0a4dfe13ef74567dc9aa75047c1a9cd6de;hp=97ee82ba30634148b6706e0f6f6e177e06d0e4c4;hpb=669bbc0a54393464248e6bac22558cda42a9a350;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/platform/mac/LocalCurrentGraphicsContext.h b/src/third_party/WebKit/Source/platform/mac/LocalCurrentGraphicsContext.h index 97ee82b..394c270 100644 --- a/src/third_party/WebKit/Source/platform/mac/LocalCurrentGraphicsContext.h +++ b/src/third_party/WebKit/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*); - - // 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; -}; - }