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

Unified Diff: ui/aura/window_tree_host.h

Issue 2345283002: aura: Allow platform to choose how it retrieves ICCProfile. (Closed)
Patch Set: . Created 4 years, 3 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 | « no previous file | 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 03dcf1b91f1885ddf622d6f6cd69cbad9bd6d098..f31992c9b99272b3ff9f273a8995f5419e5bd662 100644
--- a/ui/aura/window_tree_host.h
+++ b/ui/aura/window_tree_host.h
@@ -18,6 +18,7 @@
#include "ui/gfx/native_widget_types.h"
namespace gfx {
+class ICCProfile;
class Insets;
class Point;
class Rect;
@@ -214,6 +215,8 @@ class AURA_EXPORT WindowTreeHost : public ui::internal::InputMethodDelegate,
// Hides the WindowTreeHost.
virtual void HideImpl() = 0;
+ virtual gfx::ICCProfile GetICCProfileForCurrentDisplay();
+
// Overridden from ui::EventSource:
ui::EventProcessor* GetEventProcessor() override;
« no previous file with comments | « no previous file | ui/aura/window_tree_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698