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

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

Issue 2705723002: Convert SkiaBitLocker to use PaintCanvas (Closed)
Patch Set: Remove rogue cc:: Created 3 years, 10 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.h
diff --git a/third_party/WebKit/Source/platform/mac/LocalCurrentGraphicsContext.h b/third_party/WebKit/Source/platform/mac/LocalCurrentGraphicsContext.h
index bfdeffabd4bd269c1c641a67f56b1560e9e5a862..72699bfe87a13e4a6810eefaff23d06f85c595b2 100644
--- a/third_party/WebKit/Source/platform/mac/LocalCurrentGraphicsContext.h
+++ b/third_party/WebKit/Source/platform/mac/LocalCurrentGraphicsContext.h
@@ -20,7 +20,7 @@
#include "platform/PlatformExport.h"
#include "platform/geometry/IntRect.h"
#include "platform/graphics/paint/PaintCanvas.h"
-#include "skia/ext/skia_utils_mac.h"
+#include "platform/mac/GraphicsContextCanvas.h"
#include "wtf/Noncopyable.h"
OBJC_CLASS NSGraphicsContext;
@@ -47,6 +47,6 @@ class PLATFORM_EXPORT LocalCurrentGraphicsContext {
NSGraphicsContext* m_savedNSGraphicsContext;
bool m_didSetGraphicsContext;
IntRect m_inflatedDirtyRect;
- skia::SkiaBitLocker m_skiaBitLocker;
+ GraphicsContextCanvas m_graphicsContextCanvas;
};
}

Powered by Google App Engine
This is Rietveld 408576698