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

Unified Diff: examples/ui/noodles/rasterizer.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 | « apps/moterm/moterm_view.cc ('k') | examples/ui/pdf_viewer/pdf_viewer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/ui/noodles/rasterizer.cc
diff --git a/examples/ui/noodles/rasterizer.cc b/examples/ui/noodles/rasterizer.cc
index 5fa495dc24317c7bb2c58f585264a958609dc27e..4ec1d307ea06ba76470061d481a9557540f44412 100644
--- a/examples/ui/noodles/rasterizer.cc
+++ b/examples/ui/noodles/rasterizer.cc
@@ -28,7 +28,7 @@ Rasterizer::~Rasterizer() {}
void Rasterizer::PublishFrame(std::unique_ptr<Frame> frame) {
DCHECK(frame);
- mojo::Rect bounds;
+ mojo::RectF bounds;
bounds.width = frame->size().width;
bounds.height = frame->size().height;
« no previous file with comments | « apps/moterm/moterm_view.cc ('k') | examples/ui/pdf_viewer/pdf_viewer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698