| Index: ui/aura/test/test_screen.h
|
| diff --git a/ui/aura/test/test_screen.h b/ui/aura/test/test_screen.h
|
| index 28351d20d39312ae406c379b89abfe5636c9e71d..b0ef9400c0f62cfbf67b4ff12987033b860102da 100644
|
| --- a/ui/aura/test/test_screen.h
|
| +++ b/ui/aura/test/test_screen.h
|
| @@ -54,6 +54,8 @@ class TestScreen : 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(
|
|
|