Commit 4afd50bc authored by Gil Dekel's avatar Gil Dekel Committed by Commit Bot

ui/ozone: Remove an obsolete TODO from drm_util.cc

This CL removes a TODO that was added for debugging purposes. The bug
this TODO is associated with is now solved and the solution confirmed.

Bug: 1105919
Change-Id: I724e18850c3f5c79cbde93e1be31745543680d6e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2538114Reviewed-by: default avatarDaniel Nicoara <dnicoara@chromium.org>
Commit-Queue: Gil Dekel <gildekel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#827405}
parent bb4d38cf
......@@ -497,14 +497,6 @@ std::unique_ptr<display::DisplaySnapshot> CreateDisplaySnapshot(
display::DisplaySnapshot::DisplayModeList modes =
ExtractDisplayModes(info, active_pixel_size, &current_mode, &native_mode);
// TODO(https://crbug.com/1105919): Needed for investigating an issue where
// non-supporting devices broadcast privacy screen support on certain
// displays.
VLOG(1) << "DisplaySnapshot created: display_id=" << display_id
<< " type=" << type << " current_mode="
<< (current_mode ? current_mode->ToString() : "nullptr")
<< " privacy_screen_state=" << privacy_screen_state;
return std::make_unique<display::DisplaySnapshot>(
display_id, origin, physical_size, type, is_aspect_preserving_scaling,
has_overscan, privacy_screen_state, has_color_correction_matrix,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment