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

Unified Diff: ui/views/widget/widget.h

Issue 1964283002: MacViews: Implemented Drag & Drop (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
Index: ui/views/widget/widget.h
diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h
index 307e0453d6a3d759dc407cb1e12daf55636397fb..d226a3f7799ff8d7d4a08c7d2d02bc9077a33f03 100644
--- a/ui/views/widget/widget.h
+++ b/ui/views/widget/widget.h
@@ -824,6 +824,9 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate,
// Overridden from ui::NativeThemeObserver:
void OnNativeThemeUpdated(ui::NativeTheme* observed_theme) override;
+ // Notification that the drag performed by RunShellDrag() has completed.
+ void DraggingEnded(View* view);
+
protected:
// Creates the RootView to be used within this Widget. Subclasses may override
// to create custom RootViews that do specialized event processing.

Powered by Google App Engine
This is Rietveld 408576698