| Index: components/test_runner/web_view_test_proxy.h
|
| diff --git a/components/test_runner/web_view_test_proxy.h b/components/test_runner/web_view_test_proxy.h
|
| index 088133dee7d25f4d20f16796ba38fdfc5bb0e1a6..7ca1fbcb70fa4b8794dae30a3cbc33b2cb0ed88c 100644
|
| --- a/components/test_runner/web_view_test_proxy.h
|
| +++ b/components/test_runner/web_view_test_proxy.h
|
| @@ -180,7 +180,7 @@ class WebViewTestProxy : public Base, public WebViewTestProxyBase {
|
| blink::WebDragOperationsMask mask,
|
| const blink::WebImage& image,
|
| const blink::WebPoint& point) override {
|
| - view_test_client()->startDragging(frame, data, mask, image, point);
|
| + widget_test_client()->startDragging(frame, data, mask, image, point);
|
| // Don't forward this call to Base because we don't want to do a real
|
| // drag-and-drop.
|
| }
|
|
|