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

Unified Diff: components/mus/public/cpp/window_observer.h

Issue 1406153004: components/mus/public/interfaces View => Window (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Yet another rebase Created 5 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 | « components/mus/public/cpp/window.h ('k') | components/mus/public/cpp/window_surface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/public/cpp/window_observer.h
diff --git a/components/mus/public/cpp/window_observer.h b/components/mus/public/cpp/window_observer.h
index 5ab18f0911d929c62fa63f05d81ebce4420feba8..f9da327ddff8cb3b866347a58fe802207f0f2929 100644
--- a/components/mus/public/cpp/window_observer.h
+++ b/components/mus/public/cpp/window_observer.h
@@ -40,10 +40,10 @@ class WindowObserver {
virtual void OnWindowReordering(Window* window,
Window* relative_window,
- mojo::OrderDirection direction) {}
+ mojom::OrderDirection direction) {}
virtual void OnWindowReordered(Window* window,
Window* relative_window,
- mojo::OrderDirection direction) {}
+ mojom::OrderDirection direction) {}
virtual void OnWindowDestroying(Window* window) {}
virtual void OnWindowDestroyed(Window* window) {}
@@ -59,8 +59,8 @@ class WindowObserver {
virtual void OnWindowViewportMetricsChanged(
Window* window,
- const mojo::ViewportMetrics& old_metrics,
- const mojo::ViewportMetrics& new_metrics) {}
+ const mojom::ViewportMetrics& old_metrics,
+ const mojom::ViewportMetrics& new_metrics) {}
virtual void OnWindowFocusChanged(Window* gained_focus, Window* lost_focus) {}
« no previous file with comments | « components/mus/public/cpp/window.h ('k') | components/mus/public/cpp/window_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698