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

Unified Diff: sky/engine/core/painting/Point.h

Issue 1152963009: Add support for linear gradients, implemented as skia shaders. (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
« no previous file with comments | « sky/engine/core/painting/Paint.idl ('k') | sky/engine/core/painting/Point.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/painting/Point.h
diff --git a/sky/engine/core/painting/Point.h b/sky/engine/core/painting/Point.h
index e3b80f7a4c6e5838019a2884190d6fa8e4a6819e..c08c48e72d939ea7fb761595c774204c52d14dca 100644
--- a/sky/engine/core/painting/Point.h
+++ b/sky/engine/core/painting/Point.h
@@ -19,6 +19,7 @@ class Point {
template <>
struct DartConverter<Point> {
+ static Point FromDart(Dart_Handle handle);
static Point FromArgumentsWithNullCheck(Dart_NativeArguments args,
int index,
Dart_Handle& exception);
« no previous file with comments | « sky/engine/core/painting/Paint.idl ('k') | sky/engine/core/painting/Point.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698