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

Unified Diff: sky/engine/core/painting/Rect.h

Issue 1158843002: Sky: Add a Point class. (Closed) Base URL: git@github.com:/domokit/mojo.git@master
Patch Set: 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
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<>

Powered by Google App Engine
This is Rietveld 408576698