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

Unified Diff: sky/engine/core/painting/Rect.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/Point.cpp ('k') | sky/engine/core/painting/Rect.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/painting/Rect.h
diff --git a/sky/engine/core/painting/Rect.h b/sky/engine/core/painting/Rect.h
index 5eedb013643e82d7f395a4cf8995ba96a7b04738..7a1d837393411867ce1f9b2c4c4a5d70a905ae0c 100644
--- a/sky/engine/core/painting/Rect.h
+++ b/sky/engine/core/painting/Rect.h
@@ -17,8 +17,8 @@ class Rect {
bool is_null;
};
-template<>
-struct DartConverter<Rect, void> {
+template <>
+struct DartConverter<Rect> {
static Rect FromArgumentsWithNullCheck(Dart_NativeArguments args,
int index,
Dart_Handle& exception);
« no previous file with comments | « sky/engine/core/painting/Point.cpp ('k') | sky/engine/core/painting/Rect.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698