Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(197)

Unified Diff: ui/aura/window_tree_host.h

Issue 2950183002: color: Use ICCProfile from display::Display instead of FromBestMonitor (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698