| Index: Source/platform/mac/LocalCurrentGraphicsContext.h
|
| ===================================================================
|
| --- Source/platform/mac/LocalCurrentGraphicsContext.h (revision 181329)
|
| +++ Source/platform/mac/LocalCurrentGraphicsContext.h (working copy)
|
| @@ -33,11 +33,10 @@
|
| class PLATFORM_EXPORT LocalCurrentGraphicsContext {
|
| WTF_MAKE_NONCOPYABLE(LocalCurrentGraphicsContext);
|
| public:
|
| - LocalCurrentGraphicsContext(GraphicsContext*, IntRect clipRect);
|
| + LocalCurrentGraphicsContext(GraphicsContext* graphicsContext);
|
| ~LocalCurrentGraphicsContext();
|
| CGContextRef cgContext();
|
| private:
|
| -
|
| GraphicsContext* m_savedGraphicsContext;
|
| NSGraphicsContext* m_savedNSGraphicsContext;
|
| bool m_didSetGraphicsContext;
|
|
|