| Index: components/test_runner/web_test_delegate.h
|
| diff --git a/components/test_runner/web_test_delegate.h b/components/test_runner/web_test_delegate.h
|
| index a258e3f4b6f08a19cb9e87bf8a9bcadb7a3eef36..1c2af2d4fab74dd1ab2eaf4dab3e7ce87ce470d9 100644
|
| --- a/components/test_runner/web_test_delegate.h
|
| +++ b/components/test_runner/web_test_delegate.h
|
| @@ -161,6 +161,9 @@ class WebTestDelegate {
|
| // Enable zoom-for-dsf option.
|
| virtual void EnableUseZoomForDSF() = 0;
|
|
|
| + // Returns whether or not the use-zoom-for-dsf flag is enabled.
|
| + virtual bool IsUseZoomForDSFEnabled() = 0;
|
| +
|
| // Change the device color profile while running a layout test.
|
| virtual void SetDeviceColorProfile(const std::string& name) = 0;
|
|
|
|
|