| Index: ui/display/chromeos/x11/native_display_delegate_x11.h
|
| diff --git a/ui/display/chromeos/x11/native_display_delegate_x11.h b/ui/display/chromeos/x11/native_display_delegate_x11.h
|
| index ee46a8061cb85855315df3c559e7beb584bc3309..c80524811c86a8240ab22a41fb9dba18103f11a8 100644
|
| --- a/ui/display/chromeos/x11/native_display_delegate_x11.h
|
| +++ b/ui/display/chromeos/x11/native_display_delegate_x11.h
|
| @@ -8,6 +8,7 @@
|
| #include <stdint.h>
|
|
|
| #include <map>
|
| +#include <set>
|
| #include <vector>
|
|
|
| #include "base/compiler_specific.h"
|
| @@ -106,7 +107,7 @@ class DISPLAY_EXPORT NativeDisplayDelegateX11 : public NativeDisplayDelegate {
|
| // on the passed-in information.
|
| DisplaySnapshotX11* InitDisplaySnapshot(RROutput id,
|
| XRROutputInfo* info,
|
| - RRCrtc* last_used_crtc,
|
| + std::set<RRCrtc>* last_used_crtcs,
|
| int index);
|
|
|
| // Destroys unused CRTCs.
|
|
|