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

Unified Diff: mojo/aura/window_tree_host_mojo.h

Issue 658923003: Remove dependency on ui from view_manager. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebase 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
Index: mojo/aura/window_tree_host_mojo.h
diff --git a/mojo/aura/window_tree_host_mojo.h b/mojo/aura/window_tree_host_mojo.h
index f3f4be91e348b4dfdbc0a5085e941bfdcfe63685..097515e53f2fcb557e2dbe6d08ca9b94a94f8f9e 100644
--- a/mojo/aura/window_tree_host_mojo.h
+++ b/mojo/aura/window_tree_host_mojo.h
@@ -56,8 +56,8 @@ class WindowTreeHostMojo : public aura::WindowTreeHost,
// ViewObserver:
void OnViewBoundsChanged(View* view,
- const gfx::Rect& old_bounds,
- const gfx::Rect& new_bounds) override;
+ const Rect& old_bounds,
+ const Rect& new_bounds) override;
View* view_;
« no previous file with comments | « no previous file | mojo/aura/window_tree_host_mojo.cc » ('j') | mojo/converters/geometry/geometry_type_converters.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698