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

Unified Diff: trunk/src/chromeos/display/real_output_configurator_delegate.cc

Issue 24365012: Revert 225054 "linux_aura: Implement most of DesktopScreenX11." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 3 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 | « trunk/src/chromeos/display/output_util_unittest.cc ('k') | trunk/src/ui/views/views.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chromeos/display/real_output_configurator_delegate.cc
===================================================================
--- trunk/src/chromeos/display/real_output_configurator_delegate.cc (revision 225060)
+++ trunk/src/chromeos/display/real_output_configurator_delegate.cc (working copy)
@@ -17,7 +17,6 @@
#include "base/logging.h"
#include "base/message_loop/message_pump_x11.h"
-#include "base/x11/edid_parser_x11.h"
#include "chromeos/dbus/dbus_thread_manager.h"
#include "chromeos/dbus/power_manager_client.h"
#include "chromeos/display/output_util.h"
@@ -264,7 +263,7 @@
output.output = id;
output.width_mm = info->mm_width;
output.height_mm = info->mm_height;
- output.has_display_id = base::GetDisplayId(id, index, &output.display_id);
+ output.has_display_id = GetDisplayId(id, index, &output.display_id);
output.is_internal = IsInternalOutput(info);
output.index = index;
« no previous file with comments | « trunk/src/chromeos/display/output_util_unittest.cc ('k') | trunk/src/ui/views/views.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698