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

Unified Diff: ash/display/display_configuration_controller.h

Issue 2720913003: Calls display_configuration_controller to rotate screen in accelerator_controller_delegate_aura (Closed)
Patch Set: Calls display_configuration_controller to rotate screen in accelerator_controller_delegate_aura Created 3 years, 10 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
Index: ash/display/display_configuration_controller.h
diff --git a/ash/display/display_configuration_controller.h b/ash/display/display_configuration_controller.h
index e8d8ce16d1cbcdb88cad2b1b46ab384dfba212c9..3ab4d160c57cfc39da6d414d4e048b3e0f85a924 100644
--- a/ash/display/display_configuration_controller.h
+++ b/ash/display/display_configuration_controller.h
@@ -52,8 +52,7 @@ class ASH_EXPORT DisplayConfigurationController
// Sets the display's rotation with animation if available.
void SetDisplayRotation(int64_t display_id,
display::Display::Rotation rotation,
- display::Display::RotationSource source,
- bool user_action);
bruthig 2017/02/28 22:49:22 Thx for removing this.
+ display::Display::RotationSource source);
// Sets the primary display id.
void SetPrimaryDisplayId(int64_t display_id, bool user_action);

Powered by Google App Engine
This is Rietveld 408576698