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

Unified Diff: sky/tools/tester/tester.cc

Issue 659043004: Fix build. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 | « sky/tools/debugger/debugger.cc ('k') | sky/viewer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tools/tester/tester.cc
diff --git a/sky/tools/tester/tester.cc b/sky/tools/tester/tester.cc
index 051236a7866fb1cebc86b21cef365c279ac08420..fd1f4ff45c2dfeb6ee3345ab1c59d23e6437b03e 100644
--- a/sky/tools/tester/tester.cc
+++ b/sky/tools/tester/tester.cc
@@ -77,8 +77,8 @@ class SkyTester : public mojo::ApplicationDelegate,
}
virtual void OnViewBoundsChanged(mojo::View* view,
- const gfx::Rect& old_bounds,
- const gfx::Rect& new_bounds) override {
+ const mojo::Rect& old_bounds,
+ const mojo::Rect& new_bounds) override {
content_->SetBounds(new_bounds);
}
« no previous file with comments | « sky/tools/debugger/debugger.cc ('k') | sky/viewer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698