Chromium Code Reviews| Index: webkit/glue/webview.h |
| =================================================================== |
| --- webkit/glue/webview.h (revision 10310) |
| +++ webkit/glue/webview.h (working copy) |
| @@ -185,6 +185,7 @@ |
| virtual void DragTargetDragLeave() = 0; |
| virtual void DragTargetDrop( |
| int client_x, int client_y, int screen_x, int screen_y) = 0; |
| + virtual int32 GetDragIdentity() = 0; |
| // Notifies the webview that autofill suggestions are available for a node. |
| virtual void AutofillSuggestionsForNode( |