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

Unified Diff: ui/gfx/display.cc

Issue 851853002: It is time. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Trying to reup because the last upload failed. Created 5 years, 11 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 | « ui/gfx/BUILD.gn ('k') | ui/gfx/gfx.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/display.cc
diff --git a/ui/gfx/display.cc b/ui/gfx/display.cc
index 914a09e69f356fd303172736582d4218b7a780a6..3208efb32ca83fa09a53521c48f286c30b89cb23 100644
--- a/ui/gfx/display.cc
+++ b/ui/gfx/display.cc
@@ -56,9 +56,6 @@ Display::Display(int64 id, const gfx::Rect& bounds)
device_scale_factor_(GetForcedDeviceScaleFactor()),
rotation_(ROTATE_0),
touch_support_(TOUCH_SUPPORT_UNKNOWN) {
-#if defined(USE_AURA)
- SetScaleAndBounds(device_scale_factor_, bounds);
-#endif
}
Display::~Display() {
« no previous file with comments | « ui/gfx/BUILD.gn ('k') | ui/gfx/gfx.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698