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

Unified Diff: content/browser/web_contents/web_contents_drag_win.h

Issue 63253002: Rename WebKit namespace to blink (part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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: content/browser/web_contents/web_contents_drag_win.h
diff --git a/content/browser/web_contents/web_contents_drag_win.h b/content/browser/web_contents/web_contents_drag_win.h
index b6a9805819626e7494dac0579cc7835beeca6f1d..943cc7d1108122635f8c39ba3c931dbeea055451 100644
--- a/content/browser/web_contents/web_contents_drag_win.h
+++ b/content/browser/web_contents/web_contents_drag_win.h
@@ -46,7 +46,7 @@ class CONTENT_EXPORT WebContentsDragWin
// Called on UI thread.
void StartDragging(const DropData& drop_data,
- WebKit::WebDragOperationsMask ops,
+ blink::WebDragOperationsMask ops,
const gfx::ImageSkia& image,
const gfx::Vector2d& image_offset);
void CancelDrag();
@@ -74,7 +74,7 @@ class CONTENT_EXPORT WebContentsDragWin
// progress. No further processing should be done beyond this return point
// because the instance has been destroyed.
bool DoDragging(const DropData& drop_data,
- WebKit::WebDragOperationsMask ops,
+ blink::WebDragOperationsMask ops,
const GURL& page_url,
const std::string& page_encoding,
const gfx::ImageSkia& image,
@@ -82,7 +82,7 @@ class CONTENT_EXPORT WebContentsDragWin
// Called on drag-and-drop thread.
void StartBackgroundDragging(const DropData& drop_data,
- WebKit::WebDragOperationsMask ops,
+ blink::WebDragOperationsMask ops,
const GURL& page_url,
const std::string& page_encoding,
const gfx::ImageSkia& image,
« no previous file with comments | « content/browser/web_contents/touch_editable_impl_aura.cc ('k') | content/browser/web_contents/web_contents_drag_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698