| 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 b307450eb4e94188e7b96250952414c3052323a8..374e4efa61f37a461b68aa90e69ddb24c7d5c269 100644
|
| --- a/ui/display/chromeos/x11/native_display_delegate_x11.h
|
| +++ b/ui/display/chromeos/x11/native_display_delegate_x11.h
|
| @@ -81,6 +81,7 @@ class DISPLAY_EXPORT NativeDisplayDelegateX11 : public NativeDisplayDelegate {
|
| void SyncWithServer() override;
|
| void SetBackgroundColor(uint32_t color_argb) override;
|
| void ForceDPMSOn() override;
|
| + void GetCachedDisplays(const GetDisplaysCallback& callback) override;
|
| void GetDisplays(const GetDisplaysCallback& callback) override;
|
| void AddMode(const DisplaySnapshot& output, const DisplayMode* mode) override;
|
| void Configure(const DisplaySnapshot& output,
|
|
|