| Index: mojo/aura/screen_mojo.h
|
| diff --git a/mojo/aura/screen_mojo.h b/mojo/aura/screen_mojo.h
|
| index ad50c1cee71166f6628fb0b70841e84a7bc57000..8d749c4e1ed41296110082cfbefb98edebaac63b 100644
|
| --- a/mojo/aura/screen_mojo.h
|
| +++ b/mojo/aura/screen_mojo.h
|
| @@ -33,6 +33,8 @@ class ScreenMojo : 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(
|
|
|