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

Unified Diff: ash/wm/workspace/backdrop_controller.h

Issue 2918403006: CrOS Tablet Window management - Split Screen part I (Closed)
Patch Set: Add unittests. Will split the CL into two CLs. Created 3 years, 6 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/wm/splitview/split_view_controller_unittest.cc ('k') | ash/wm/workspace/backdrop_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/workspace/backdrop_controller.h
diff --git a/ash/wm/workspace/backdrop_controller.h b/ash/wm/workspace/backdrop_controller.h
index 6bc576b926290865a0965c95ab9d151901d40e5f..dc28f198733c4a829a8f5aafef13c92cbb1c777f 100644
--- a/ash/wm/workspace/backdrop_controller.h
+++ b/ash/wm/workspace/backdrop_controller.h
@@ -63,6 +63,8 @@ class BackdropController : public ShellObserver, public AccessibilityObserver {
// ShellObserver:
void OnOverviewModeStarting() override;
void OnOverviewModeEnded() override;
+ void OnSplitViewModeStarting() override;
+ void OnSplitViewModeEnded() override;
// AccessibilityObserver:
void OnAccessibilityModeChanged(
« no previous file with comments | « ash/wm/splitview/split_view_controller_unittest.cc ('k') | ash/wm/workspace/backdrop_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698