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

Unified Diff: sky/engine/core/painting/Path.idl

Issue 1174203002: Clip inkwell splash around the floating action button (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 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: sky/engine/core/painting/Path.idl
diff --git a/sky/engine/core/painting/Path.idl b/sky/engine/core/painting/Path.idl
index 2fe3d43f05a9cc46e27963a4d5f2a8399b0c3476..82ec1f8aeff5db55cbf3bc0d30f9bc58afdd2303 100644
--- a/sky/engine/core/painting/Path.idl
+++ b/sky/engine/core/painting/Path.idl
@@ -9,5 +9,6 @@
void moveTo(float x, float y);
void lineTo(float x, float y);
void arcTo(Rect rect, float startAngle, float sweepAngle, boolean forceMoveTo); // angles in radians
+ void addOval(Rect oval);
abarth-chromium 2015/06/10 22:33:44 Indent
void close();
};

Powered by Google App Engine
This is Rietveld 408576698