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 4fca1c0b8b5e64fb78fdde981b06152075e054e2..591eb5fb05e0339f1d0a62f7e7c2773b7af52373 100644 |
--- a/third_party/WebKit/Source/modules/canvas2d/ClipList.h |
+++ b/third_party/WebKit/Source/modules/canvas2d/ClipList.h |
@@ -25,6 +25,7 @@ public: |
void clipPath(const SkPath&, AntiAliasingMode, const SkMatrix&); |
void playback(SkCanvas*) const; |
+ SkPath intersectPathWithClip(const SkPath&) const; |
private: |