| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index 91349dc42e043b3017c70693e6a343b5ea084274..580e47bd3a5bc2723a651b441ba61ade459610af 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -662,6 +662,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| void SendScreenRects() override;
|
| void OnFirstPaintAfterLoad(RenderWidgetHostImpl* render_widget_host) override;
|
| TextInputManager* GetTextInputManager() override;
|
| + bool OnUpdateDragCursor() override;
|
|
|
| // RenderFrameHostManager::Delegate ------------------------------------------
|
|
|
|
|