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

Unified Diff: apps/moterm/moterm_view.cc

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 | « no previous file | examples/ui/noodles/rasterizer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | examples/ui/noodles/rasterizer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698