| Index: content/browser/web_contents/web_contents_view_android.h
|
| diff --git a/content/browser/web_contents/web_contents_view_android.h b/content/browser/web_contents/web_contents_view_android.h
|
| index cea19650eb4b7d02f76e5695072336fa5e1e64dd..8e8f47c929af5452fce7f8cc8c5caf471f21ea34 100644
|
| --- a/content/browser/web_contents/web_contents_view_android.h
|
| +++ b/content/browser/web_contents/web_contents_view_android.h
|
| @@ -86,6 +86,7 @@ class WebContentsViewAndroid : public WebContentsView,
|
| void OnPerformDrop(DropData* drop_data,
|
| const gfx::Point& location,
|
| const gfx::Point& screen_location);
|
| + void OnDragEnded();
|
|
|
| private:
|
| // The WebContents whose contents we display.
|
|
|