| Index: webkit/glue/webview_impl.h
|
| ===================================================================
|
| --- webkit/glue/webview_impl.h (revision 20064)
|
| +++ webkit/glue/webview_impl.h (working copy)
|
| @@ -95,6 +95,9 @@
|
| virtual void CopyImageAt(int x, int y);
|
| virtual void InspectElement(int x, int y);
|
| virtual void ShowJavaScriptConsole();
|
| + virtual void DragSourceCancelledAt(
|
| + const WebKit::WebPoint& client_point,
|
| + const WebKit::WebPoint& screen_point);
|
| virtual void DragSourceEndedAt(
|
| const WebKit::WebPoint& client_point,
|
| const WebKit::WebPoint& screen_point);
|
|
|