| Index: ui/aura/window_tree_host.h
|
| diff --git a/ui/aura/window_tree_host.h b/ui/aura/window_tree_host.h
|
| index f2aa248f571b7738423c38f67b3669da9665787e..0d5e7d46248adfc5e60b0509d4560a6b4c4850da 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;
|
|
|
|
|