summaryrefslogtreecommitdiffstats
path: root/content/renderer/drop_data_builder.h
Commit message (Collapse)AuthorAgeFilesLines
* Rename WebKit namespace to blink (part 3)abarth@chromium.org2013-11-071-2/+2
| | | | | | | | | | | This CL updates all references to the WebKit namespace in content. TBR=darin@chromium.org BUG=295096 Review URL: https://codereview.chromium.org/63253002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233513 0039d316-1c4b-4281-b951-d872f2087c98
* Move WebDropData to content::DropData and split off conversion function.darin@chromium.org2013-07-011-0/+22
The WebKit::WebDragData constructor is now provided by DropDataBuilder, which lives in content/renderer/. R=jam@chromium.org TBR=cevans@chromium.org BUG=237267 Review URL: https://chromiumcodereview.appspot.com/18281002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209408 0039d316-1c4b-4281-b951-d872f2087c98