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

Unified Diff: ui/display/chromeos/x11/display_snapshot_x11.cc

Issue 1636153002: Give user ability to file a feedback report from the display error notification. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix errors Created 4 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
Index: ui/display/chromeos/x11/display_snapshot_x11.cc
diff --git a/ui/display/chromeos/x11/display_snapshot_x11.cc b/ui/display/chromeos/x11/display_snapshot_x11.cc
index 613479c09a5447ea57cd22d04f0b939d90168efb..eba35948a68d890bd2aa52dfece4dafa8f460d20 100644
--- a/ui/display/chromeos/x11/display_snapshot_x11.cc
+++ b/ui/display/chromeos/x11/display_snapshot_x11.cc
@@ -18,6 +18,7 @@ DisplaySnapshotX11::DisplaySnapshotX11(
bool has_overscan,
std::string display_name,
const std::vector<const DisplayMode*>& modes,
+ const std::vector<uint8_t>& edid,
const DisplayMode* current_mode,
const DisplayMode* native_mode,
RROutput output,
@@ -34,6 +35,7 @@ DisplaySnapshotX11::DisplaySnapshotX11(
// descriptor that maps to the device.
base::FilePath(),
modes,
+ edid,
current_mode,
native_mode),
output_(output),

Powered by Google App Engine
This is Rietveld 408576698