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

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

Issue 1627403002: clip 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..ab26aab15665aee39f881c98231bc4057c1d5cb8 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 totalClipPath(const SkPath&) const;
private:

Powered by Google App Engine
This is Rietveld 408576698