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

Unified Diff: ui/aura/window_tree_host.h

Issue 2950183002: color: Use ICCProfile from display::Display instead of FromBestMonitor (Closed)
Patch Set: Use forced color profile in display::Display ctor 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
« no previous file with comments | « ui/aura/mus/window_tree_host_mus.cc ('k') | ui/aura/window_tree_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « ui/aura/mus/window_tree_host_mus.cc ('k') | ui/aura/window_tree_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698