Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(565)

Unified Diff: chrome/browser/extensions/extension_host.cc

Issue 668125: Basic DragImage implementation.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/extensions/extension_host.cc
===================================================================
--- chrome/browser/extensions/extension_host.cc (revision 41111)
+++ chrome/browser/extensions/extension_host.cc (working copy)
@@ -557,7 +557,9 @@
}
void ExtensionHost::StartDragging(const WebDropData& drop_data,
- WebDragOperationsMask operation_mask) {
+ WebDragOperationsMask operation_mask,
+ const SkBitmap& image,
+ const gfx::Point& image_offset) {
// We're not going to do any drag & drop, but we have to tell the renderer the
// drag & drop ended, othewise the renderer thinks the drag operation is
// underway and mouse events won't work. See bug 34061.
« no previous file with comments | « chrome/browser/extensions/extension_host.h ('k') | chrome/browser/gtk/notifications/balloon_view_host_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698