Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 Loading... | |
| 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_ |
| OLD | NEW |