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

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

Issue 1162393002: Simplify TransferMode and Color types. (Closed) Base URL: git@github.com:/domokit/mojo.git@master
Patch Set: format Created 5 years, 7 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.h ('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 90d4dbd1aeb4de330ce37736368eec87befa5b7c..e3b80f7a4c6e5838019a2884190d6fa8e4a6819e 100644
--- a/sky/engine/core/painting/Point.h
+++ b/sky/engine/core/painting/Point.h
@@ -17,8 +17,8 @@ class Point {
bool is_null;
};
-template<>
-struct DartConverter<Point, void> {
+template <>
+struct DartConverter<Point> {
static Point FromArgumentsWithNullCheck(Dart_NativeArguments args,
int index,
Dart_Handle& exception);
« no previous file with comments | « sky/engine/core/painting/Paint.h ('k') | sky/engine/core/painting/Point.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698