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

Unified Diff: content/browser/renderer_host/render_widget_host_view_mus.cc

Issue 2085973004: Color: Remove ViewMsg_ColorProfile (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't change profile yet Created 4 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 | « content/browser/renderer_host/render_widget_host_view_mus.h ('k') | content/common/view_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/render_widget_host_view_mus.cc
diff --git a/content/browser/renderer_host/render_widget_host_view_mus.cc b/content/browser/renderer_host/render_widget_host_view_mus.cc
index af95fa7f71fc8ed7972b39f904a43abc4da09fba..d2d7b7c1f71e7aab1285b84e8b4de5ff23e78ea1 100644
--- a/content/browser/renderer_host/render_widget_host_view_mus.cc
+++ b/content/browser/renderer_host/render_widget_host_view_mus.cc
@@ -252,12 +252,6 @@ void RenderWidgetHostViewMus::GetScreenInfo(blink::WebScreenInfo* results) {
// TODO(fsamuel): Populate screen info from Mus.
}
-bool RenderWidgetHostViewMus::GetScreenColorProfile(
- std::vector<char>* color_profile) {
- // TODO(fsamuel): Implement color profile in Mus.
- return false;
-}
-
gfx::Rect RenderWidgetHostViewMus::GetBoundsInRootWindow() {
aura::Window* top_level = aura_window_->GetToplevelWindow();
gfx::Rect bounds(top_level->GetBoundsInScreen());
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_mus.h ('k') | content/common/view_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698