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

Unified Diff: chrome/browser/renderer_host/backing_store.h

Issue 131002: Enable off-by-default monitor color management on Windows. This is enabled vi... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 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
Index: chrome/browser/renderer_host/backing_store.h
===================================================================
--- chrome/browser/renderer_host/backing_store.h (revision 18625)
+++ chrome/browser/renderer_host/backing_store.h (working copy)
@@ -52,6 +52,9 @@
#if defined(OS_WIN)
HDC hdc() { return hdc_; }
+ // Returns true if we should convert to the monitor profile when painting.
+ static bool ColorManagementEnabled();
+
#elif defined(OS_MACOSX)
skia::PlatformCanvas* canvas() { return &canvas_; }
« no previous file with comments | « no previous file | chrome/browser/renderer_host/backing_store_win.cc » ('j') | chrome/browser/renderer_host/backing_store_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698