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

Unified Diff: sky/engine/core/painting/Rect.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/Rect.h ('k') | sky/engine/core/painting/TransferMode.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/painting/Rect.cpp
diff --git a/sky/engine/core/painting/Rect.cpp b/sky/engine/core/painting/Rect.cpp
index c1afe87c7c96add5f72fe908198bfc5d683c607f..ee0bb3cd26634b7f61298540aaafdca93e0079ce 100644
--- a/sky/engine/core/painting/Rect.cpp
+++ b/sky/engine/core/painting/Rect.cpp
@@ -13,10 +13,9 @@
namespace blink {
// Convert dart_rect._value[0...3] ==> SkRect.
-Rect DartConverter<Rect, void>::FromArgumentsWithNullCheck(
- Dart_NativeArguments args,
- int index,
- Dart_Handle& exception) {
+Rect DartConverter<Rect>::FromArgumentsWithNullCheck(Dart_NativeArguments args,
+ int index,
+ Dart_Handle& exception) {
Rect result;
result.is_null = true;
« no previous file with comments | « sky/engine/core/painting/Rect.h ('k') | sky/engine/core/painting/TransferMode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698