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

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: rebase and apply code review feedback 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..086392827c7579a9c6edcf01719b7c26f15da93a 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);
void close();
};
« no previous file with comments | « sky/engine/core/painting/CanvasPath.h ('k') | sky/sdk/lib/framework/components2/fixed_height_scrollable.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698