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

Unified Diff: examples/ui/tile/tile_view.h

Issue 1782733002: Mozart: The great RectF-ication. (Closed) Base URL: git@github.com:domokit/mojo.git@moz-9
Patch Set: rebase Created 4 years, 9 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
« no previous file with comments | « examples/ui/spinning_cube/spinning_cube_view.cc ('k') | examples/ui/tile/tile_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/ui/tile/tile_view.h
diff --git a/examples/ui/tile/tile_view.h b/examples/ui/tile/tile_view.h
index 85f4b853ea0deb9587240037d419a5eba96d7645..03b0e37937da0d1f2cee5c52c59465d71b69969d 100644
--- a/examples/ui/tile/tile_view.h
+++ b/examples/ui/tile/tile_view.h
@@ -32,7 +32,7 @@ class TileView : public mojo::ui::BaseView {
bool layout_pending;
mojo::ui::ViewLayoutParamsPtr layout_params;
mojo::ui::ViewLayoutInfoPtr layout_info;
- mojo::Rect layout_bounds;
+ mojo::RectF layout_bounds;
};
// |BaseView|:
« no previous file with comments | « examples/ui/spinning_cube/spinning_cube_view.cc ('k') | examples/ui/tile/tile_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698