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

Unified Diff: components/mus/gesture_manager.cc

Issue 1351013002: Revert of Mandoline UI Process: Update namespaces and file names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « components/mus/gesture_manager.h ('k') | components/mus/gesture_manager_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/gesture_manager.cc
diff --git a/components/mus/gesture_manager.cc b/components/mus/gesture_manager.cc
index d1705dbd0fc304e1ae679673a27c8462e20e3fb6..77a678c6d28bf87a79b119920a4c0376527769f0 100644
--- a/components/mus/gesture_manager.cc
+++ b/components/mus/gesture_manager.cc
@@ -14,7 +14,7 @@
#include "ui/gfx/geometry/point_f.h"
#include "ui/mojo/events/input_events.mojom.h"
-namespace mus {
+namespace view_manager {
using Views = std::vector<const ServerView*>;
@@ -36,7 +36,7 @@
Views result;
const ServerView* view = deepest;
while (view) {
- if (view->properties().count(kViewManagerKeyWantsTouchEvents)) {
+ if (view->properties().count(mojo::kViewManagerKeyWantsTouchEvents)) {
if (!result.empty() &&
result.back()->id().connection_id == view->id().connection_id) {
result.pop_back();
@@ -692,4 +692,4 @@
}
}
-} // namespace mus
+} // namespace view_manager
« no previous file with comments | « components/mus/gesture_manager.h ('k') | components/mus/gesture_manager_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698