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

Unified Diff: ui/ozone/platform/dri/display_snapshot_dri.cc

Issue 845383002: [Ozone-DRI] Make sure the display configuration is up-to-date on the GPU (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . 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 | « no previous file | ui/ozone/platform/dri/dri_gpu_platform_support.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/dri/display_snapshot_dri.cc
diff --git a/ui/ozone/platform/dri/display_snapshot_dri.cc b/ui/ozone/platform/dri/display_snapshot_dri.cc
index 014fba6d95af5ac2c08b70fd852394edac393637..aa4ae30a15a0684dc5046802ccb4cd5e819b9bd8 100644
--- a/ui/ozone/platform/dri/display_snapshot_dri.cc
+++ b/ui/ozone/platform/dri/display_snapshot_dri.cc
@@ -127,8 +127,9 @@ DisplaySnapshotDri::~DisplaySnapshotDri() {
std::string DisplaySnapshotDri::ToString() const {
return base::StringPrintf(
- "[type=%d, connector=%" PRIu32 ", crtc=%" PRIu32 ", mode=%s, dim=%s]",
- type_, connector_, crtc_,
+ "[type=%d, connector=%" PRIu32 ", crtc=%" PRIu32
+ ", origin=%s, mode=%s, dim=%s]",
+ type_, connector_, crtc_, origin_.ToString().c_str(),
current_mode_ ? current_mode_->ToString().c_str() : "NULL",
physical_size_.ToString().c_str());
}
« no previous file with comments | « no previous file | ui/ozone/platform/dri/dri_gpu_platform_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698