Index: content/renderer/render_view_impl.cc |
diff --git a/content/renderer/render_view_impl.cc b/content/renderer/render_view_impl.cc |
index 59c5664fb19a8c6de583455a16025bb5b53b4b0b..14af979938f2e758ec3b481c3515fa277b3738e3 100644 |
--- a/content/renderer/render_view_impl.cc |
+++ b/content/renderer/render_view_impl.cc |
@@ -3681,6 +3681,12 @@ bool RenderViewImpl::SetDeviceColorProfile( |
return changed; |
} |
+void RenderViewImpl::ResetDeviceColorProfileForTesting() { |
+ RenderWidget::ResetDeviceColorProfileForTesting(); |
+ if (webview()) |
+ webview()->resetDeviceColorProfile(); |
+} |
+ |
ui::TextInputType RenderViewImpl::GetTextInputType() { |
#if defined(ENABLE_PLUGINS) |
if (focused_pepper_plugin_) |