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

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

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.h ('k') | sky/engine/core/painting/Rect.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/painting/Point.cpp
diff --git a/sky/engine/core/painting/Point.cpp b/sky/engine/core/painting/Point.cpp
index d4708229cf44a6300a9cb32e7d4f633792fa66f9..6df54fe7e97b2a0d9c4fdc42791a749f9b153222 100644
--- a/sky/engine/core/painting/Point.cpp
+++ b/sky/engine/core/painting/Point.cpp
@@ -12,7 +12,7 @@
namespace blink {
// Convert dartPoint.x,y ==> SkPoint.
-Point DartConverter<Point, void>::FromArgumentsWithNullCheck(
+Point DartConverter<Point>::FromArgumentsWithNullCheck(
Dart_NativeArguments args,
int index,
Dart_Handle& exception) {
« no previous file with comments | « sky/engine/core/painting/Point.h ('k') | sky/engine/core/painting/Rect.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698