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

Unified Diff: ash/display/display_manager.h

Issue 2286523002: Relocate reuseable portions of ash/display/display_util.* (Closed)
Patch Set: fixed ozone build Created 4 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 | « ash/display/display_change_observer_chromeos.cc ('k') | ash/display/display_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/display_manager.h
diff --git a/ash/display/display_manager.h b/ash/display/display_manager.h
index ddbbea34b55c14764a592692e955f9b05a2096bc..9730b3a2117ad9d85a588aef6ccb37c64e563dc8 100644
--- a/ash/display/display_manager.h
+++ b/ash/display/display_manager.h
@@ -342,6 +342,12 @@ class ASH_EXPORT DisplayManager
// for this test scenario.
void UpdateInternalManagedDisplayModeListForTest();
+ // Zoom the internal display.
+ bool ZoomInternalDisplay(bool up);
+
+ // Reset the internal display zoom.
+ void ResetInternalDisplayZoom();
+
private:
FRIEND_TEST_ALL_PREFIXES(ExtendedDesktopTest, ConvertPoint);
FRIEND_TEST_ALL_PREFIXES(DisplayManagerTest, TestNativeDisplaysChanged);
« no previous file with comments | « ash/display/display_change_observer_chromeos.cc ('k') | ash/display/display_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698