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

Unified Diff: content/browser/renderer_host/render_message_filter.h

Issue 1796293003: Image decode color: Push color profile from browser to renderer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: leave empty check 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 | « no previous file | content/browser/renderer_host/render_message_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/render_message_filter.h
diff --git a/content/browser/renderer_host/render_message_filter.h b/content/browser/renderer_host/render_message_filter.h
index 263c10ec45ec72b1da64813972db8bb3276f886b..fa55e9442975309d3693651e0fe86dfdc66b67e9 100644
--- a/content/browser/renderer_host/render_message_filter.h
+++ b/content/browser/renderer_host/render_message_filter.h
@@ -40,7 +40,6 @@
#endif
#if defined(OS_MACOSX)
-#include <IOSurface/IOSurface.h>
#include "content/common/mac/font_loader.h"
#endif
@@ -150,11 +149,6 @@ class CONTENT_EXPORT RenderMessageFilter : public BrowserMessageFilter {
void OnGetAudioHardwareConfig(media::AudioParameters* input_params,
media::AudioParameters* output_params);
-#if defined(OS_WIN)
- // Used to look up the monitor color profile.
- void OnGetMonitorColorProfile(std::vector<char>* profile);
-#endif
-
// Message handlers called on the browser IO thread:
void OnEstablishGpuChannel(CauseForGpuLaunch, IPC::Message* reply);
void OnHasGpuProcess(IPC::Message* reply);
« no previous file with comments | « no previous file | content/browser/renderer_host/render_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698