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

Unified Diff: ash/display/display_configuration_controller.h

Issue 2790583004: Add second copy request after screen rotation to flatten the layers in animation. (Closed)
Patch Set: Separate the two test sets for slow/smooth animation. Created 3 years, 8 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/BUILD.gn ('k') | ash/display/display_configuration_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/display_configuration_controller.h
diff --git a/ash/display/display_configuration_controller.h b/ash/display/display_configuration_controller.h
index 1f121dfe3503b16be3663e2d130065f01dd50249..e67ee356c97f618170b13e6e41db20fdaf8fee1a 100644
--- a/ash/display/display_configuration_controller.h
+++ b/ash/display/display_configuration_controller.h
@@ -9,7 +9,6 @@
#include "ash/ash_export.h"
#include "ash/display/window_tree_host_manager.h"
-#include "ash/rotator/screen_rotation_animator_observer.h"
#include "base/macros.h"
#include "base/memory/weak_ptr.h"
#include "ui/display/display.h"
@@ -34,8 +33,7 @@ class ScreenRotationAnimator;
// * Provides a single interface for UI and API classes.
// * TODO: Forwards display configuration changed events to UI and API classes.
class ASH_EXPORT DisplayConfigurationController
- : public WindowTreeHostManager::Observer,
- public ScreenRotationAnimatorObserver {
+ : public WindowTreeHostManager::Observer {
public:
DisplayConfigurationController(
display::DisplayManager* display_manager,
@@ -62,11 +60,6 @@ class ASH_EXPORT DisplayConfigurationController
// WindowTreeHostManager::Observer
void OnDisplayConfigurationChanged() override;
- // ScreenRotationAnimatorObserver
- // This will be called when the animation is ended or aborted.
- void OnScreenRotationAnimationFinished(
- ScreenRotationAnimator* animator) override;
-
protected:
friend class ash::test::DisplayConfigurationControllerTestApi;
« no previous file with comments | « ash/BUILD.gn ('k') | ash/display/display_configuration_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698