Index: mojo/examples/aura_demo/demo_screen.h |
diff --git a/mojo/examples/aura_demo/demo_screen.h b/mojo/examples/aura_demo/demo_screen.h |
index 43db5f4197077924274d5be65adf3d4ac680c99d..17fcfd670c922c6c06bf7a7227985d1cd55b1211 100644 |
--- a/mojo/examples/aura_demo/demo_screen.h |
+++ b/mojo/examples/aura_demo/demo_screen.h |
@@ -34,6 +34,8 @@ class DemoScreen : 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( |