| Index: Source/platform/mac/LocalCurrentGraphicsContext.mm
|
| ===================================================================
|
| --- Source/platform/mac/LocalCurrentGraphicsContext.mm (revision 181329)
|
| +++ Source/platform/mac/LocalCurrentGraphicsContext.mm (working copy)
|
| @@ -19,7 +19,6 @@
|
|
|
| #include "config.h"
|
| #include "platform/mac/LocalCurrentGraphicsContext.h"
|
| -#include "platform/mac/ThemeMac.h"
|
|
|
| #include <AppKit/NSGraphicsContext.h>
|
| #include "platform/graphics/GraphicsContext.h"
|
| @@ -27,9 +26,9 @@
|
|
|
| namespace blink {
|
|
|
| -LocalCurrentGraphicsContext::LocalCurrentGraphicsContext(GraphicsContext* graphicsContext, IntRect dirtyRect)
|
| +LocalCurrentGraphicsContext::LocalCurrentGraphicsContext(GraphicsContext* graphicsContext)
|
| : m_didSetGraphicsContext(false)
|
| - , m_skiaBitLocker(graphicsContext->canvas(), ThemeMac::inflateRectForAA(dirtyRect))
|
| + , m_skiaBitLocker(graphicsContext->canvas())
|
| {
|
| m_savedGraphicsContext = graphicsContext;
|
| graphicsContext->save();
|
|
|