| Index: sky/sdk/example/stocks/lib/stock_types.dart
|
| diff --git a/sky/engine/core/painting/DrawLooper.idl b/sky/sdk/example/stocks/lib/stock_types.dart
|
| similarity index 79%
|
| copy from sky/engine/core/painting/DrawLooper.idl
|
| copy to sky/sdk/example/stocks/lib/stock_types.dart
|
| index 8fbda9d1f82e171b595c0d03c1eb0dc652f24f23..9b031110d7acdbb583946d9b1b41e20e444a7f6d 100644
|
| --- a/sky/engine/core/painting/DrawLooper.idl
|
| +++ b/sky/sdk/example/stocks/lib/stock_types.dart
|
| @@ -2,5 +2,4 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -interface DrawLooper {
|
| -};
|
| +enum StockMode { optimistic, pessimistic }
|
|
|