| 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 580e47bd3a5bc2723a651b441ba61ade459610af..358b8a6a0fa128ed851d627de3f369fea5733421 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -183,8 +183,11 @@ class CONTENT_EXPORT WebContentsImpl
|
|
|
| // Informs the render view host and the BrowserPluginEmbedder, if present, of
|
| // a Drag Source End.
|
| - void DragSourceEndedAt(int client_x, int client_y, int screen_x,
|
| - int screen_y, blink::WebDragOperation operation);
|
| + void DragSourceEndedAt(int client_x,
|
| + int client_y,
|
| + int screen_x,
|
| + int screen_y,
|
| + blink::WebDragOperation operation);
|
|
|
| // Notification that the RenderViewHost's load state changed.
|
| void LoadStateChanged(const GURL& url,
|
|
|