| Index: content/renderer/render_view_impl.h
|
| diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
|
| index eda3369d501e872acdfece2a2d5697b54e163f72..708f50c9ba3a224c08b9eb865806bb88f1accd07 100644
|
| --- a/content/renderer/render_view_impl.h
|
| +++ b/content/renderer/render_view_impl.h
|
| @@ -331,6 +331,7 @@ class CONTENT_EXPORT RenderViewImpl
|
|
|
| // Change the device ICC color profile while running a layout test.
|
| void SetDeviceColorProfileForTesting(const std::vector<char>& color_profile);
|
| + virtual void ResetDeviceColorProfileForTesting() OVERRIDE;
|
|
|
| // Used to force the size of a window when running layout tests.
|
| void ForceResizeForTesting(const gfx::Size& new_size);
|
|
|