| Index: ui/aura/test/test_screen.cc
|
| diff --git a/ui/aura/test/test_screen.cc b/ui/aura/test/test_screen.cc
|
| index 425f58ebc6f9184cfe270ab3b59489f5a4100da0..da3d91c86eb24d373b0b5ccd8f619e75821e8ab8 100644
|
| --- a/ui/aura/test/test_screen.cc
|
| +++ b/ui/aura/test/test_screen.cc
|
| @@ -131,6 +131,11 @@ gfx::Display TestScreen::GetDisplayNearestWindow(
|
| return display_;
|
| }
|
|
|
| +bool TestScreen::GetDisplayColorProfile(
|
| + gfx::NativeWindow window, std::vector<char>* color_profile) const {
|
| + return false;
|
| +}
|
| +
|
| gfx::Display TestScreen::GetDisplayNearestPoint(const gfx::Point& point) const {
|
| return display_;
|
| }
|
|
|