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

Unified Diff: Source/web/DragClientImpl.h

Issue 398673003: Rename WebCore namespace to blink in bindings and web (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 | « Source/web/DateTimeChooserImpl.cpp ('k') | Source/web/DragClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/DragClientImpl.h
diff --git a/Source/web/DragClientImpl.h b/Source/web/DragClientImpl.h
index 0f3d4e3a3f7a3aa2546fb314cd3b7eb689438b6b..16faedaaee9b329b94e13acb5539a75a49e08135 100644
--- a/Source/web/DragClientImpl.h
+++ b/Source/web/DragClientImpl.h
@@ -37,17 +37,17 @@
namespace blink {
class WebViewImpl;
-class DragClientImpl FINAL : public WebCore::DragClient {
+class DragClientImpl FINAL : public blink::DragClient {
public:
DragClientImpl(WebViewImpl* webView) : m_webView(webView) { }
- virtual WebCore::DragDestinationAction actionMaskForDrag(WebCore::DragData*) OVERRIDE;
+ virtual blink::DragDestinationAction actionMaskForDrag(blink::DragData*) OVERRIDE;
virtual void startDrag(
- WebCore::DragImage*,
- const WebCore::IntPoint& dragImageOrigin,
- const WebCore::IntPoint& eventPos,
- WebCore::DataTransfer*,
- WebCore::LocalFrame* frame,
+ blink::DragImage*,
+ const blink::IntPoint& dragImageOrigin,
+ const blink::IntPoint& eventPos,
+ blink::DataTransfer*,
+ blink::LocalFrame* frame,
bool isLinkDrag = false) OVERRIDE;
private:
« no previous file with comments | « Source/web/DateTimeChooserImpl.cpp ('k') | Source/web/DragClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698