| 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);
|
|
|