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

Unified Diff: ui/views/mus/window_tree_host_mus.cc

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
« ui/aura/window_tree_host.h ('K') | « ui/views/mus/window_tree_host_mus.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/window_tree_host_mus.cc
diff --git a/ui/views/mus/window_tree_host_mus.cc b/ui/views/mus/window_tree_host_mus.cc
index 3629f2f50764a00bfb5ade96d300108e46515b0f..745c1a6c2fdd65a36f17f882c75689f4ded97520 100644
--- a/ui/views/mus/window_tree_host_mus.cc
+++ b/ui/views/mus/window_tree_host_mus.cc
@@ -94,4 +94,9 @@ void WindowTreeHostMus::OnCloseRequest() {
OnHostCloseRequested();
}
+gfx::ICCProfile WindowTreeHostMus::GetICCProfileForCurrentDisplay() {
+ // TODO: This should read the profile from mus. crbug.com/647510
+ return gfx::ICCProfile();
+}
+
} // namespace views
« ui/aura/window_tree_host.h ('K') | « ui/views/mus/window_tree_host_mus.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698