| Index: content/shell/renderer/layout_test/blink_test_runner.h
|
| diff --git a/content/shell/renderer/layout_test/blink_test_runner.h b/content/shell/renderer/layout_test/blink_test_runner.h
|
| index ceb511478113a5c4e2b892d6b124b2e09164c079..a2446bf3911f1373a5f1f31aa4d84caef480b7ed 100644
|
| --- a/content/shell/renderer/layout_test/blink_test_runner.h
|
| +++ b/content/shell/renderer/layout_test/blink_test_runner.h
|
| @@ -102,7 +102,7 @@ class BlinkTestRunner : public RenderViewObserver,
|
| int action_index) override;
|
| void SimulateWebNotificationClose(const std::string& title,
|
| bool by_user) override;
|
| - void SetDeviceScaleFactor(float factor) override;
|
| + bool SetDeviceScaleFactor(float factor) override;
|
| void SetDeviceColorProfile(const std::string& name) override;
|
| void EnableUseZoomForDSF() override;
|
| void SetBluetoothFakeAdapter(const std::string& adapter_name,
|
|
|