Index: ui/views/widget/desktop_aura/x11_move_loop_delegate.h |
diff --git a/ui/views/widget/desktop_aura/x11_whole_screen_move_loop_delegate.h b/ui/views/widget/desktop_aura/x11_move_loop_delegate.h |
similarity index 50% |
rename from ui/views/widget/desktop_aura/x11_whole_screen_move_loop_delegate.h |
rename to ui/views/widget/desktop_aura/x11_move_loop_delegate.h |
index 69f63be12871c8d29060a0837ff577e36422b595..b940b506519c6f43924a371c4c33e668aceaa36e 100644 |
--- a/ui/views/widget/desktop_aura/x11_whole_screen_move_loop_delegate.h |
+++ b/ui/views/widget/desktop_aura/x11_move_loop_delegate.h |
@@ -1,19 +1,16 @@ |
-// Copyright (c) 2013 The Chromium Authors. All rights reserved. |
+// Copyright 2014 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef UI_VIEWS_WIDGET_DESKTOP_AURA_X11_WHOLE_SCREEN_MOVE_LOOP_DELEGATE_H_ |
-#define UI_VIEWS_WIDGET_DESKTOP_AURA_X11_WHOLE_SCREEN_MOVE_LOOP_DELEGATE_H_ |
+#ifndef UI_VIEWS_WIDGET_DESKTOP_AURA_X11_MOVE_LOOP_DELEGATE_H_ |
+#define UI_VIEWS_WIDGET_DESKTOP_AURA_X11_MOVE_LOOP_DELEGATE_H_ |
#include <X11/Xlib.h> |
-// Get rid of a macro from Xlib.h that conflicts with Aura's RootWindow class. |
-#undef RootWindow |
namespace views { |
-// Receives mouse events while the X11WholeScreenMoveLoop is tracking a drag on |
-// the screen. |
-class X11WholeScreenMoveLoopDelegate { |
+// Receives mouse events while the X11MoveLoop is tracking a drag. |
+class X11MoveLoopDelegate { |
public: |
// Called when we receive a motion event. |
virtual void OnMouseMovement(XMotionEvent* event) = 0; |
@@ -28,4 +25,4 @@ class X11WholeScreenMoveLoopDelegate { |
} // namespace views |
-#endif // UI_VIEWS_WIDGET_DESKTOP_AURA_X11_WHOLE_SCREEN_MOVE_LOOP_DELEGATE_H_ |
+#endif // UI_VIEWS_WIDGET_DESKTOP_AURA_X11_MOVE_LOOP_DELEGATE_H_ |