Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1172)

Unified Diff: third_party/WebKit/Source/platform/mac/LocalCurrentGraphicsContext.mm

Issue 2640983002: Rename paint data structures (Closed)
Patch Set: DrawingDisplayItem Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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),

Powered by Google App Engine
This is Rietveld 408576698