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

Unified Diff: views/widget/widget.h

Issue 6591120: Update MouseEvent (initial pass). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update MouseEvent (initial pass). Created 9 years, 10 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: views/widget/widget.h
diff --git a/views/widget/widget.h b/views/widget/widget.h
index 89e906187772e7163ef6f8d680102f36833f4982..a31c2872df4dfbc79b0a4996e17540231dfb030e 100644
--- a/views/widget/widget.h
+++ b/views/widget/widget.h
@@ -195,11 +195,6 @@ class Widget : public internal::NativeWidgetDelegate,
// Returns whether the Widget is customized for accessibility.
virtual bool IsAccessibleWidget() const;
- // Starts a drag operation for the specified view. |point| is a position in
- // |view| coordinates that the drag was initiated from.
- virtual void GenerateMousePressedForView(View* view,
- const gfx::Point& point);
-
// Returns the TooltipManager for this Widget. If this Widget does not support
// tooltips, NULL is returned.
virtual TooltipManager* GetTooltipManager();

Powered by Google App Engine
This is Rietveld 408576698