| Index: content/browser/tab_contents/web_drag_dest_gtk.h
|
| diff --git a/content/browser/tab_contents/web_drag_dest_gtk.h b/content/browser/tab_contents/web_drag_dest_gtk.h
|
| index 8fac750bbb71e540e57d2b9657eca192a2b5839f..23d8bcc9dd512af3082050922e131c943a023be3 100644
|
| --- a/content/browser/tab_contents/web_drag_dest_gtk.h
|
| +++ b/content/browser/tab_contents/web_drag_dest_gtk.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -16,6 +16,8 @@
|
| #include "ui/base/gtk/gtk_signal.h"
|
| #include "webkit/glue/webdropdata.h"
|
|
|
| +class RenderViewHostImpl;
|
| +
|
| namespace content {
|
|
|
| class WebContents;
|
| @@ -40,6 +42,8 @@ class CONTENT_EXPORT WebDragDestGtk {
|
| void set_delegate(WebDragDestDelegate* delegate) { delegate_ = delegate; }
|
|
|
| private:
|
| + RenderViewHostImpl* GetRenderViewHost() const;
|
| +
|
| // Called when a system drag crosses over the render view. As there is no drag
|
| // enter event, we treat it as an enter event (and not a regular motion event)
|
| // when |context_| is NULL.
|
|
|