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

Unified Diff: ui/display/test/display_manager_test_api.h

Issue 2945913003: Add 1.6x mode. (Closed)
Patch Set: Add 1.6x support Created 3 years, 6 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: ui/display/test/display_manager_test_api.h
diff --git a/ui/display/test/display_manager_test_api.h b/ui/display/test/display_manager_test_api.h
index 429a2b2d41f0335800e390a1252f446182891139..89bcb5b89b90bd5af50729ecd443f633d54d5466 100644
--- a/ui/display/test/display_manager_test_api.h
+++ b/ui/display/test/display_manager_test_api.h
@@ -71,15 +71,6 @@ class DISPLAY_EXPORT DisplayManagerTestApi {
DISALLOW_COPY_AND_ASSIGN(DisplayManagerTestApi);
};
-class DISPLAY_EXPORT ScopedDisable125DSFForUIScaling {
- public:
- ScopedDisable125DSFForUIScaling();
- ~ScopedDisable125DSFForUIScaling();
-
- private:
- DISALLOW_COPY_AND_ASSIGN(ScopedDisable125DSFForUIScaling);
-};
-
class DISPLAY_EXPORT ScopedSetInternalDisplayId {
public:
ScopedSetInternalDisplayId(DisplayManager* test_api, int64_t id);

Powered by Google App Engine
This is Rietveld 408576698