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

Unified Diff: ash/display/display_controller.h

Issue 15730006: Use the source display's pixel size as a mirror window's size. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed comments Created 7 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 | « ash/ash_root_window_transformer_unittest.cc ('k') | 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 d44567a719d9e5b5d6542c8bc1ad4720cebc7d52..ca441cbce1fc80accc5c1d107ce2c34ad9b5d8c1 100644
--- a/ash/display/display_controller.h
+++ b/ash/display/display_controller.h
@@ -89,7 +89,7 @@ class ASH_EXPORT DisplayController : public gfx::DisplayObserver {
public:
// Invoked when the display configuration change is requested,
// but before the change is applied to aura/ash.
- virtual void OnDisplayConfigurationChanging() = 0;
+ virtual void OnDisplayConfigurationChanging() {}
// Invoked when the all display configuration changes
// have been applied.
« no previous file with comments | « ash/ash_root_window_transformer_unittest.cc ('k') | ash/display/display_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698