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

Unified Diff: third_party/WebKit/Source/modules/canvas2d/ClipList.h

Issue 2523673004: [NOT FOR COMMIT] Fully replace SkCanvas uses.
Patch Set: Support Android build. Created 4 years 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/modules/canvas2d/ClipList.h
diff --git a/third_party/WebKit/Source/modules/canvas2d/ClipList.h b/third_party/WebKit/Source/modules/canvas2d/ClipList.h
index a286a732839ae10fdfa1c9bd61eadda59223e6ad..3afe53aec676444f32daf63d0a26b5bd5a9cd3a0 100644
--- a/third_party/WebKit/Source/modules/canvas2d/ClipList.h
+++ b/third_party/WebKit/Source/modules/canvas2d/ClipList.h
@@ -6,10 +6,10 @@
#define ClipList_h
#include "platform/graphics/GraphicsTypes.h"
+#include "skia/ext/cdl_common.h"
#include "wtf/Allocator.h"
#include "wtf/Vector.h"
-class SkCanvas;
class SkPath;
namespace blink {
@@ -23,7 +23,7 @@ class ClipList {
~ClipList() {}
void clipPath(const SkPath&, AntiAliasingMode, const SkMatrix&);
- void playback(SkCanvas*) const;
+ void playback(CdlCanvas*) const;
const SkPath& getCurrentClipPath() const;
private:
« no previous file with comments | « third_party/WebKit/Source/modules/canvas2d/CanvasStyle.cpp ('k') | third_party/WebKit/Source/modules/canvas2d/ClipList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698