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

Side by Side Diff: views/widget/widget_gtk.h

Issue 6685069: Disambiguate OnMouseCaptureLost from OnMouseReleased, etc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address most TODOs and sync. Created 9 years, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
sadrul 2011/03/19 09:15:30 ?
msw 2011/03/26 00:09:50 Done.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef VIEWS_WIDGET_WIDGET_GTK_H_ 5 #ifndef VIEWS_WIDGET_WIDGET_GTK_H_
6 #define VIEWS_WIDGET_WIDGET_GTK_H_ 6 #define VIEWS_WIDGET_WIDGET_GTK_H_
7 #pragma once 7 #pragma once
8 8
9 #include <gtk/gtk.h> 9 #include <gtk/gtk.h>
10 10
11 #include "base/message_loop.h" 11 #include "base/message_loop.h"
(...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 // Valid for the lifetime of StartDragForViewFromMouseEvent, indicates the 424 // Valid for the lifetime of StartDragForViewFromMouseEvent, indicates the
425 // view the drag started from. 425 // view the drag started from.
426 View* dragged_view_; 426 View* dragged_view_;
427 427
428 DISALLOW_COPY_AND_ASSIGN(WidgetGtk); 428 DISALLOW_COPY_AND_ASSIGN(WidgetGtk);
429 }; 429 };
430 430
431 } // namespace views 431 } // namespace views
432 432
433 #endif // VIEWS_WIDGET_WIDGET_GTK_H_ 433 #endif // VIEWS_WIDGET_WIDGET_GTK_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698