Chromium Code Reviews| Index: sky/engine/core/painting/Rect.h |
| diff --git a/sky/engine/core/painting/Rect.h b/sky/engine/core/painting/Rect.h |
| index 5eedb013643e82d7f395a4cf8995ba96a7b04738..d7d066ae89038ab1efcdb1ab88c650f4de8825fa 100644 |
| --- a/sky/engine/core/painting/Rect.h |
| +++ b/sky/engine/core/painting/Rect.h |
| @@ -13,8 +13,8 @@ namespace blink { |
| // Very simple wrapper for SkRect to add a null state. |
| class Rect { |
| public: |
| - SkRect sk_rect; |
| - bool is_null; |
| + SkRect skRect; |
| + bool isNull; |
| }; |
| template<> |