| 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;
|
|
|
|
|