| Index: sky/engine/core/painting/Gradient.dart
|
| diff --git a/sky/engine/core/painting/Gradient.dart b/sky/engine/core/painting/Gradient.dart
|
| index be919951e11128fbf240bcb4363d0a28acd31031..138072b9dc52d414479a619b9434a1e81a2526cb 100644
|
| --- a/sky/engine/core/painting/Gradient.dart
|
| +++ b/sky/engine/core/painting/Gradient.dart
|
| @@ -2,8 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// Extends the generated _Gradient interface via the CustomDart attribute.
|
| +part of dart.sky;
|
|
|
| +// Extends the generated _Gradient interface via the PrivateDart attribute.
|
| class Gradient extends _Gradient {
|
| // TODO(mpcomplete): Support other gradient types.
|
| // TODO(mpcomplete): Maybe pass a list of (color, colorStop) pairs instead?
|
|
|