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

Unified Diff: athena/screen/public/screen_manager.h

Issue 475533008: Revert of Rotate screen in response to accelerator or device orientation sensors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | « athena/main/athena_launcher.cc ('k') | athena/screen/screen_accelerator_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/screen/public/screen_manager.h
diff --git a/athena/screen/public/screen_manager.h b/athena/screen/public/screen_manager.h
index 64f90357dee428fdb904288691e57a45ec8b1335..82ad85592bf7067f2b44a9bbddb58f9ac7b17d7f 100644
--- a/athena/screen/public/screen_manager.h
+++ b/athena/screen/public/screen_manager.h
@@ -8,7 +8,6 @@
#include <string>
#include "athena/athena_export.h"
-#include "ui/gfx/display.h"
namespace aura {
class Window;
@@ -69,11 +68,6 @@
// Sets the background image.
virtual void SetBackgroundImage(const gfx::ImageSkia& image) = 0;
- // Set screen rotation.
- // TODO(flackr): Extract and use ash DisplayManager to set rotation
- // instead: http://crbug.com/401044.
- virtual void SetRotation(gfx::Display::Rotation rotation) = 0;
-
// Returns the LayerAnimator to use to animate the entire screen (e.g. fade
// screen to white).
virtual ui::LayerAnimator* GetScreenAnimator() = 0;
« no previous file with comments | « athena/main/athena_launcher.cc ('k') | athena/screen/screen_accelerator_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698