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

Unified Diff: ash/display/display_controller.h

Issue 12505005: Store rotation/ui scale to local state. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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_controller.h
diff --git a/ash/display/display_controller.h b/ash/display/display_controller.h
index 051704cd40f1affd58205b39273741f14578a978..bf3f41a6ac384bf44873697be328ba244ec6b926 100644
--- a/ash/display/display_controller.h
+++ b/ash/display/display_controller.h
@@ -94,6 +94,7 @@ class ASH_EXPORT DisplayController : public gfx::DisplayObserver {
DisplayController();
virtual ~DisplayController();
+ void Start();
void Shutdown();
// Returns primary display. This is safe to use after ash::Shell is
@@ -166,6 +167,7 @@ class ASH_EXPORT DisplayController : public gfx::DisplayObserver {
void RegisterLayoutForDisplayIdPair(int64 id1,
int64 id2,
const DisplayLayout& layout);
+ // OBSOLETE
void RegisterLayoutForDisplayId(int64 id, const DisplayLayout& layout);
// Sets the layout for the current display pair. The |layout| specifies

Powered by Google App Engine
This is Rietveld 408576698