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

Unified Diff: ui/views/widget/desktop_aura/desktop_screen_x11.cc

Issue 1985283002: Revert of views: Initialize DesktopScreenX11::primary_display_index_. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/desktop_aura/desktop_screen_x11.cc
diff --git a/ui/views/widget/desktop_aura/desktop_screen_x11.cc b/ui/views/widget/desktop_aura/desktop_screen_x11.cc
index 57d5f13bc9bebad2fa15568b69dbf4ecfdffd8e8..a7b1e9a6c8b3be4028e17dc940ad5f214097fc08 100644
--- a/ui/views/widget/desktop_aura/desktop_screen_x11.cc
+++ b/ui/views/widget/desktop_aura/desktop_screen_x11.cc
@@ -286,7 +286,6 @@
has_xrandr_(false),
xrandr_event_base_(0),
displays_(test_displays),
- primary_display_index_(0),
atom_cache_(xdisplay_, kAtomsToCache) {}
std::vector<display::Display> DesktopScreenX11::BuildDisplaysFromXRandRInfo() {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698