| Index: third_party/WebKit/Source/platform/mac/LocalCurrentGraphicsContext.mm
|
| diff --git a/third_party/WebKit/Source/platform/mac/LocalCurrentGraphicsContext.mm b/third_party/WebKit/Source/platform/mac/LocalCurrentGraphicsContext.mm
|
| index da5c2febb4ffbb0dc7298da0c8e83ba9a2baab0f..39925f7a5ce78f6992cd8ccc41abecc3fa968e3a 100644
|
| --- a/third_party/WebKit/Source/platform/mac/LocalCurrentGraphicsContext.mm
|
| +++ b/third_party/WebKit/Source/platform/mac/LocalCurrentGraphicsContext.mm
|
| @@ -21,6 +21,7 @@
|
|
|
| #include <AppKit/NSGraphicsContext.h>
|
| #include "platform/graphics/GraphicsContext.h"
|
| +#include "platform/graphics/paint/PaintCanvas.h"
|
| #include "platform/mac/ThemeMac.h"
|
| #include "platform_canvas.h"
|
|
|
| @@ -43,7 +44,7 @@ static IntRect clampRect(int size, const IntRect& rect) {
|
| static const int kMaxDirtyRectPixelSize = 10000;
|
|
|
| LocalCurrentGraphicsContext::LocalCurrentGraphicsContext(
|
| - SkCanvas* canvas,
|
| + PaintCanvas* canvas,
|
| float deviceScaleFactor,
|
| const IntRect& dirtyRect)
|
| : m_didSetGraphicsContext(false),
|
|
|