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

Unified Diff: ui/views/widget/desktop_aura/x11_window_event_filter.h

Issue 23874013: Remove old activation code and disable-focus-controller flags (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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: ui/views/widget/desktop_aura/x11_window_event_filter.h
diff --git a/ui/views/widget/desktop_aura/x11_window_event_filter.h b/ui/views/widget/desktop_aura/x11_window_event_filter.h
index a6bdce8d3c8efe05c2caeaf09a56f5228ac843a0..1cf3f9c6b2af88f1e1e219326d6428e741551754 100644
--- a/ui/views/widget/desktop_aura/x11_window_event_filter.h
+++ b/ui/views/widget/desktop_aura/x11_window_event_filter.h
@@ -25,14 +25,12 @@ class Point;
}
namespace views {
-class DesktopActivationClient;
class NativeWidgetAura;
// An EventFilter that sets properties on X11 windows.
class VIEWS_EXPORT X11WindowEventFilter : public ui::EventHandler {
public:
- explicit X11WindowEventFilter(aura::RootWindow* root_window,
- DesktopActivationClient* activation_client);
+ explicit X11WindowEventFilter(aura::RootWindow* root_window);
virtual ~X11WindowEventFilter();
// Changes whether borders are shown on this |root_window|.
@@ -47,8 +45,6 @@ class VIEWS_EXPORT X11WindowEventFilter : public ui::EventHandler {
bool DispatchHostWindowDragMovement(int hittest,
const gfx::Point& screen_location);
- DesktopActivationClient* activation_client_;
-
// The display and the native X window hosting the root window.
Display* xdisplay_;
::Window xwindow_;

Powered by Google App Engine
This is Rietveld 408576698