| Index: apps/moterm/moterm_view.cc
|
| diff --git a/apps/moterm/moterm_view.cc b/apps/moterm/moterm_view.cc
|
| index 162e997a5c0b73e8ab224b87a3e18f6b0cf9db51..89ff2df1ea2fe8a862b22c8e1894659258e54c1a 100644
|
| --- a/apps/moterm/moterm_view.cc
|
| +++ b/apps/moterm/moterm_view.cc
|
| @@ -226,7 +226,7 @@ void MotermView::OnDraw(const mojo::gfx::composition::FrameInfo& frame_info,
|
| // TODO(vtl): Draw only the dirty region(s)?
|
| model_state_changes_.Reset();
|
|
|
| - mojo::Rect bounds;
|
| + mojo::RectF bounds;
|
| bounds.width = view_size_.width;
|
| bounds.height = view_size_.height;
|
|
|
|
|