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

Unified Diff: ash/common/wm_window_observer.h

Issue 2134753004: mash: Partially migrate ScreenOrientationController to ash/common. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync and rebase. Created 4 years, 5 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 | « ash/aura/wm_window_aura.cc ('k') | ash/content/screen_orientation_delegate_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm_window_observer.h
diff --git a/ash/common/wm_window_observer.h b/ash/common/wm_window_observer.h
index fd7250a07f6a6586d44992d881f658ce7e2a027f..a50b00e74e13336b8c2f8426dcc7e29d22c2a4c1 100644
--- a/ash/common/wm_window_observer.h
+++ b/ash/common/wm_window_observer.h
@@ -46,6 +46,7 @@ class ASH_EXPORT WmWindowObserver {
const gfx::Rect& new_bounds) {}
virtual void OnWindowVisibilityChanging(WmWindow* window, bool visible) {}
+ virtual void OnWindowVisibilityChanged(WmWindow* window, bool visible) {}
virtual void OnWindowTitleChanged(WmWindow* window) {}
« no previous file with comments | « ash/aura/wm_window_aura.cc ('k') | ash/content/screen_orientation_delegate_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698