| Index: ash/display/screen_ash.h
|
| diff --git a/ash/display/screen_ash.h b/ash/display/screen_ash.h
|
| index 08011b23d0966620f25a115290ca8b01c69aa5d7..439d21756f845e32b634098835a85da00a562040 100644
|
| --- a/ash/display/screen_ash.h
|
| +++ b/ash/display/screen_ash.h
|
| @@ -69,6 +69,8 @@ class ASH_EXPORT ScreenAsh : public gfx::Screen {
|
| virtual std::vector<gfx::Display> GetAllDisplays() const OVERRIDE;
|
| virtual gfx::Display GetDisplayNearestWindow(
|
| gfx::NativeView view) 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(
|
|
|