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

Unified Diff: content/public/browser/web_contents_view.h

Issue 18281002: Move WebDropData to content::DropData and split off conversion function. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Mac build error. 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 | « content/public/browser/web_contents_delegate.cc ('k') | content/public/browser/web_drag_dest_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/web_contents_view.h
diff --git a/content/public/browser/web_contents_view.h b/content/public/browser/web_contents_view.h
index d6a483da48ec51cbc488121afa83063e58dc3bb9..7e91bfab57acae4bee85931e9d2d7724f344eb5b 100644
--- a/content/public/browser/web_contents_view.h
+++ b/content/public/browser/web_contents_view.h
@@ -14,9 +14,8 @@
#include "ui/gfx/rect.h"
#include "ui/gfx/size.h"
-struct WebDropData;
-
namespace content {
+struct DropData;
// The WebContentsView is an interface that is implemented by the platform-
// dependent web contents views. The WebContents uses this interface to talk to
@@ -77,7 +76,7 @@ class CONTENT_EXPORT WebContentsView {
virtual void RestoreFocus() = 0;
// Returns the current drop data, if any.
- virtual WebDropData* GetDropData() const = 0;
+ virtual DropData* GetDropData() const = 0;
// Get the bounds of the View, relative to the parent.
virtual gfx::Rect GetViewBounds() const = 0;
« no previous file with comments | « content/public/browser/web_contents_delegate.cc ('k') | content/public/browser/web_drag_dest_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698