| Index: ui/views/widget/desktop_aura/desktop_screen_x11.h
|
| diff --git a/ui/views/widget/desktop_aura/desktop_screen_x11.h b/ui/views/widget/desktop_aura/desktop_screen_x11.h
|
| index a5b2a17dd835e0c133ecc47e2c82e294c18335be..740466909c5043c3589f3a977d0dfb17c169c7c9 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_screen_x11.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_screen_x11.h
|
| @@ -44,6 +44,8 @@ class VIEWS_EXPORT DesktopScreenX11 : public gfx::Screen,
|
| virtual std::vector<gfx::Display> GetAllDisplays() const OVERRIDE;
|
| virtual gfx::Display GetDisplayNearestWindow(
|
| gfx::NativeView window) const OVERRIDE;
|
| + virtual bool GetDisplayColorProfile(
|
| + gfx::NativeView view, std::vector<char>* color_profile) const OVERRIDE;
|
| virtual gfx::Display GetDisplayNearestPoint(
|
| const gfx::Point& point) const OVERRIDE;
|
| virtual gfx::Display GetDisplayMatching(
|
|
|