| Index: ui/aura/window_tree_host.h
|
| diff --git a/ui/aura/window_tree_host.h b/ui/aura/window_tree_host.h
|
| index 8271ae64a185a4f0f7505f70a7227ae41f89fd1f..6117995b8db7a39479efe1d4a4266370eb2ef5de 100644
|
| --- a/ui/aura/window_tree_host.h
|
| +++ b/ui/aura/window_tree_host.h
|
| @@ -20,7 +20,6 @@
|
| #include "ui/gfx/native_widget_types.h"
|
|
|
| namespace gfx {
|
| -class ICCProfile;
|
| class Insets;
|
| class Point;
|
| class Rect;
|
| @@ -225,8 +224,6 @@ class AURA_EXPORT WindowTreeHost : public ui::internal::InputMethodDelegate,
|
| // Hides the WindowTreeHost.
|
| virtual void HideImpl() = 0;
|
|
|
| - virtual gfx::ICCProfile GetICCProfileForCurrentDisplay();
|
| -
|
| // Overridden from ui::EventSource:
|
| ui::EventSink* GetEventSink() override;
|
|
|
|
|