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

Unified Diff: sky/tools/debugger/debugger.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 | « no previous file | sky/tools/tester/tester.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tools/debugger/debugger.cc
diff --git a/sky/tools/debugger/debugger.cc b/sky/tools/debugger/debugger.cc
index e4aa111a0abea8f19f4282d6666e3f83be1c564d..29bae26af7e5def7a352bd60daf3a6ea60ce408f 100644
--- a/sky/tools/debugger/debugger.cc
+++ b/sky/tools/debugger/debugger.cc
@@ -85,8 +85,8 @@ class SkyDebugger : 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 | « no previous file | sky/tools/tester/tester.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698