Index: views/widget/widget_win.h |
=================================================================== |
--- views/widget/widget_win.h (revision 75181) |
+++ views/widget/widget_win.h (working copy) |
@@ -247,6 +247,10 @@ |
virtual void ViewHierarchyChanged(bool is_add, View *parent, |
View *child); |
virtual bool ContainsNativeView(gfx::NativeView native_view); |
+ virtual void StartDragForViewFromMouseEvent(View* view, |
+ const OSExchangeData& data, |
+ int operation); |
+ virtual View* GetDraggedView(); |
// Overridden from MessageLoop::Observer: |
void WillProcessMessage(const MSG& msg); |
@@ -602,6 +606,10 @@ |
// we always mod this value with the max view events above . |
int accessibility_view_events_index_; |
+ // Valid for the lifetime of StartDragForViewFromMouseEvent, indicates the |
+ // view the drag started from. |
+ View* dragged_view_; |
+ |
ViewProps props_; |
DISALLOW_COPY_AND_ASSIGN(WidgetWin); |
Property changes on: views\widget\widget_win.h |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |