summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/mac/LocalCurrentGraphicsContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/mac/LocalCurrentGraphicsContext.h')
-rw-r--r--Source/WebCore/platform/mac/LocalCurrentGraphicsContext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/platform/mac/LocalCurrentGraphicsContext.h b/Source/WebCore/platform/mac/LocalCurrentGraphicsContext.h
index d4df7e60e..824f2ff8d 100644
--- a/Source/WebCore/platform/mac/LocalCurrentGraphicsContext.h
+++ b/Source/WebCore/platform/mac/LocalCurrentGraphicsContext.h
@@ -39,6 +39,7 @@ public:
private:
GraphicsContext* m_savedGraphicsContext;
NSGraphicsContext* m_savedNSGraphicsContext;
+ bool m_didSetGraphicsContext;
#if USE(SKIA)
gfx::SkiaBitLocker m_skiaBitLocker;
#endif