Index: examples/ui/shapes/shapes_view.cc |
diff --git a/examples/ui/shapes/shapes_view.cc b/examples/ui/shapes/shapes_view.cc |
index 1a6803bfd4e7b2de93cb120ab6ca9bab00acf4a7..58d1bcd36ad1e91bde6e52f20610cac2d586ea55 100644 |
--- a/examples/ui/shapes/shapes_view.cc |
+++ b/examples/ui/shapes/shapes_view.cc |
@@ -40,7 +40,7 @@ void ShapesView::OnLayout(mojo::ui::ViewLayoutParamsPtr layout_params, |
} |
void ShapesView::UpdateScene() { |
- mojo::Rect bounds; |
+ mojo::RectF bounds; |
bounds.width = size_.width; |
bounds.height = size_.height; |