| 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_; }
|
|
|
|
|