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

Unified Diff: ash/mus/shell_delegate_mus.h

Issue 1921673005: mus: Add PointerWatcher for passively observing mouse and touch events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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: ash/mus/shell_delegate_mus.h
diff --git a/ash/mus/shell_delegate_mus.h b/ash/mus/shell_delegate_mus.h
index 6187493414a266ccb527e0d2a9b58252e399dccd..450ebbcaf0ee50396e13c7f860645b7c5fe48c77 100644
--- a/ash/mus/shell_delegate_mus.h
+++ b/ash/mus/shell_delegate_mus.h
@@ -6,10 +6,8 @@
#define ASH_MUS_SHELL_DELEGATE_MUS_H_
#include <memory>
-#include <string>
#include "ash/shell_delegate.h"
-#include "base/compiler_specific.h"
#include "base/macros.h"
namespace keyboard {
@@ -48,6 +46,7 @@ class ShellDelegateMus : public ash::ShellDelegate {
ash::AccessibilityDelegate* CreateAccessibilityDelegate() override;
ash::NewWindowDelegate* CreateNewWindowDelegate() override;
ash::MediaDelegate* CreateMediaDelegate() override;
+ PointerWatcherDelegate* CreatePointerWatcherDelegate() override;
ui::MenuModel* CreateContextMenu(ash::Shelf* shelf,
const ash::ShelfItem* item) override;
GPUSupport* CreateGPUSupport() override;

Powered by Google App Engine
This is Rietveld 408576698