| Index: content/public/test/layouttest_support.h
|
| diff --git a/content/public/test/layouttest_support.h b/content/public/test/layouttest_support.h
|
| index 0d8962b882f3dd0523973e777b50d2bb899319ad..ba6062995f154016fe08caf81e5f4d921d0b09a5 100644
|
| --- a/content/public/test/layouttest_support.h
|
| +++ b/content/public/test/layouttest_support.h
|
| @@ -33,7 +33,7 @@ class OrientationData;
|
| }
|
|
|
| namespace gfx {
|
| -class ICCProfile;
|
| +class ColorSpace;
|
| }
|
|
|
| namespace test_runner {
|
| @@ -144,13 +144,13 @@ std::unique_ptr<blink::WebInputEvent> TransformScreenToWidgetCoordinates(
|
| test_runner::WebWidgetTestProxyBase* web_widget_test_proxy_base,
|
| const blink::WebInputEvent& event);
|
|
|
| -// Get the ICC profile for a given name string. This is not in the ICCProfile
|
| +// Get the color space for a given name string. This is not in the ColorSpace
|
| // class to avoid bloating the shipping build.
|
| -gfx::ICCProfile GetTestingICCProfile(const std::string& name);
|
| +gfx::ColorSpace GetTestingColorSpace(const std::string& name);
|
|
|
| -// Set the device color profile associated with the profile |name|.
|
| -void SetDeviceColorProfile(
|
| - RenderView* render_view, const gfx::ICCProfile& icc_profile);
|
| +// Set the device color space.
|
| +void SetDeviceColorSpace(RenderView* render_view,
|
| + const gfx::ColorSpace& color_space);
|
|
|
| // Sets the scan duration to 0.
|
| void SetTestBluetoothScanDuration();
|
|
|