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

Unified Diff: ash/display/display_controller.h

Issue 1133323002: Close mirroring window only when necessary (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | ash/display/display_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/display_controller.h
diff --git a/ash/display/display_controller.h b/ash/display/display_controller.h
index a46b8d1d3f48be587a63e6b30051d92f6111ba1f..bb476ef4369ff559f1f84caf202252f23bcb5636 100644
--- a/ash/display/display_controller.h
+++ b/ash/display/display_controller.h
@@ -159,7 +159,7 @@ class ASH_EXPORT DisplayController : public gfx::DisplayObserver,
// aura::DisplayManager::Delegate overrides:
void CreateOrUpdateMirroringDisplay(
const DisplayInfoList& info_list) override;
- void CloseMirroringDisplay() override;
+ void CloseMirroringDisplayIfNotNecessary() override;
void PreDisplayConfigurationChange(bool clear_focus) override;
void PostDisplayConfigurationChange() override;
« no previous file with comments | « no previous file | ash/display/display_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698