| Index: components/html_viewer/web_test_delegate_impl.h
|
| diff --git a/components/html_viewer/web_test_delegate_impl.h b/components/html_viewer/web_test_delegate_impl.h
|
| index 3bbb2641c5ae7b8575c6e1c69a7124c95802577f..1debfebaac345e4d559e1e11c2d897a4ba25d7ef 100644
|
| --- a/components/html_viewer/web_test_delegate_impl.h
|
| +++ b/components/html_viewer/web_test_delegate_impl.h
|
| @@ -124,6 +124,8 @@ class WebTestDelegateImpl : public test_runner::WebTestDelegate {
|
| blink::WebLocalFrame* frame,
|
| const blink::WebPluginParams& params) override;
|
| void OnWebTestProxyBaseDestroy(test_runner::WebTestProxyBase* base) override;
|
| + blink::WebPoint ConvertDIPToNative(
|
| + const blink::WebPoint& point_in_dip) const override;
|
|
|
| // Must not be constructed until after blink has been initialized.
|
| scoped_ptr<test_runner::TestPreferences> prefs_;
|
|
|