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

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

Issue 1628413002: asdfsdf Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/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:

Powered by Google App Engine
This is Rietveld 408576698