| Index: ui/display/util/x11/edid_parser_x11.cc
|
| diff --git a/ui/display/util/x11/edid_parser_x11.cc b/ui/display/util/x11/edid_parser_x11.cc
|
| index a39470869595eca312e9368f1e125144be6f7ea8..4c5f68298aee2fd79d52c9ec3919ee9985a9919f 100644
|
| --- a/ui/display/util/x11/edid_parser_x11.cc
|
| +++ b/ui/display/util/x11/edid_parser_x11.cc
|
| @@ -34,8 +34,7 @@ bool GetEDIDProperty(XID output, std::vector<uint8_t>* edid) {
|
|
|
| Display* display = gfx::GetXDisplay();
|
|
|
| - static Atom edid_property =
|
| - ui::X11AtomCache::GetInstance()->GetAtom(RR_PROPERTY_RANDR_EDID);
|
| + Atom edid_property = gfx::GetAtom(RR_PROPERTY_RANDR_EDID);
|
|
|
| bool has_edid_property = false;
|
| int num_properties = 0;
|
|
|