summaryrefslogtreecommitdiffstats
path: root/views/window/window_gtk.cc
diff options
context:
space:
mode:
Diffstat (limited to 'views/window/window_gtk.cc')
-rw-r--r--views/window/window_gtk.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/window/window_gtk.cc b/views/window/window_gtk.cc
index 13a9764..e933e98 100644
--- a/views/window/window_gtk.cc
+++ b/views/window/window_gtk.cc
@@ -277,7 +277,7 @@ gboolean WindowGtk::OnButtonPress(GtkWidget* widget, GdkEventButton* event) {
non_client_view_->NonClientHitTest(gfx::Point(x, y));
switch (hittest_code) {
case HTCAPTION: {
- MouseEvent mouse_pressed(Event::ET_MOUSE_PRESSED, event->x, event->y,
+ MouseEvent mouse_pressed(ui::ET_MOUSE_PRESSED, event->x, event->y,
WidgetGtk::GetFlagsForEventButton(*event));
// Start dragging if the mouse event is a single click and *not* a right
// click. If it is a right click, then pass it through to