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

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
Index: ash/display/display_manager.h
diff --git a/ash/display/display_manager.h b/ash/display/display_manager.h
index 3b309c45ea751cb8490c42ba0c5a4ad7f386fdef..9f66302acdf947e9c4de78ea92759518b86fde15 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);

Powered by Google App Engine
This is Rietveld 408576698