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

Unified Diff: Source/WebKit/chromium/src/DragClientImpl.h

Issue 16715002: Refactor WebCore::DragImage. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: merge upstream changes, some changes per jamesr Created 7 years, 6 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
« no previous file with comments | « no previous file | Source/WebKit/chromium/src/DragClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/src/DragClientImpl.h
diff --git a/Source/WebKit/chromium/src/DragClientImpl.h b/Source/WebKit/chromium/src/DragClientImpl.h
index a9a2397b61191181fa12f367b71fa466bc6d1ab5..241258c30c29df2eff8f293a30421b44c3b3db18 100644
--- a/Source/WebKit/chromium/src/DragClientImpl.h
+++ b/Source/WebKit/chromium/src/DragClientImpl.h
@@ -37,6 +37,7 @@
namespace WebCore {
class ClipBoard;
class DragData;
+class DragImage;
class IntPoint;
class KURL;
}
@@ -50,7 +51,7 @@ public:
virtual WebCore::DragDestinationAction actionMaskForDrag(WebCore::DragData*);
virtual void startDrag(
- WebCore::DragImageRef dragImage,
+ WebCore::DragImage*,
const WebCore::IntPoint& dragImageOrigin,
const WebCore::IntPoint& eventPos,
WebCore::Clipboard* clipboard,
« no previous file with comments | « no previous file | Source/WebKit/chromium/src/DragClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698