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

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

Issue 1153633006: Added UMA statistics for changing the active window via click or touch events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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/desktop_native_widget_aura.h
diff --git a/ui/views/widget/desktop_aura/desktop_native_widget_aura.h b/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
index e92aa8404a80f5d75ec41cab3b3d87c343f0d601..2c172e16c5003ba6b0d93ff1d0a58d5de31ddbe5 100644
--- a/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
+++ b/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
@@ -25,8 +25,8 @@ class DragDropClient;
class FocusClient;
class ScreenPositionClient;
class WindowTreeClient;
-}
-}
+} // namespace client
+} // namespace aura
namespace wm {
class CompoundEventFilter;
@@ -35,13 +35,14 @@ class FocusController;
class InputMethodEventFilter;
class ShadowController;
class VisibilityController;
+class WindowActivationPreTargetHandler;
class WindowModalityController;
-}
+} // namespace wm
namespace views {
namespace corewm {
class TooltipController;
-}
+} // namespace corewm
class DesktopCaptureClient;
class DesktopDispatcherClient;
class DesktopEventClient;
@@ -266,6 +267,8 @@ class VIEWS_EXPORT DesktopNativeWidgetAura
internal::NativeWidgetDelegate* native_widget_delegate_;
+ scoped_ptr<wm::WindowActivationPreTargetHandler>
+ window_activation_pretarget_handler_;
scoped_ptr<wm::FocusController> focus_client_;
scoped_ptr<DesktopDispatcherClient> dispatcher_client_;
scoped_ptr<aura::client::ScreenPositionClient> position_client_;

Powered by Google App Engine
This is Rietveld 408576698