| 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 e0e64e2099c3ca66b26ef3c7543af058387af501..f223d84d16616db05cc4bb9c6816a2a653dac38c 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -245,6 +245,10 @@ class CONTENT_EXPORT WebContentsImpl
|
| virtual base::TimeTicks GetNewTabStartTime() const OVERRIDE;
|
| virtual void Close() OVERRIDE;
|
| virtual void OnCloseStarted() OVERRIDE;
|
| + virtual void DragSourceEndedAt(int client_x, int client_y, int screen_x,
|
| + int screen_y, WebKit::WebDragOperation operation) OVERRIDE;
|
| + virtual void DragSourceMovedTo(int client_x, int client_y,
|
| + int screen_x, int screen_y) OVERRIDE;
|
| virtual void SystemDragEnded() OVERRIDE;
|
| virtual void UserGestureDone() OVERRIDE;
|
| virtual void SetClosedByUserGesture(bool value) OVERRIDE;
|
|
|