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

Unified Diff: ash/display/mouse_cursor_event_filter.h

Issue 10675011: Rename the remaining usage of Monitor to Display (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 years, 6 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 | « ash/display/display_controller.cc ('k') | ash/display/mouse_cursor_event_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/mouse_cursor_event_filter.h
diff --git a/ash/monitor/mouse_cursor_event_filter.h b/ash/display/mouse_cursor_event_filter.h
similarity index 81%
rename from ash/monitor/mouse_cursor_event_filter.h
rename to ash/display/mouse_cursor_event_filter.h
index 682547af3d74f8246a06949358cdc39cdc8ed9cf..a89a6b758b4154f20b47b1752c920cd36e08346e 100644
--- a/ash/monitor/mouse_cursor_event_filter.h
+++ b/ash/display/mouse_cursor_event_filter.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef ASH_MONITOR_MOUSE_CURSOR_EVENT_FILTER_H
-#define ASH_MONITOR_MOUSE_CURSOR_EVENT_FILTER_H
+#ifndef ASH_DISPLAY_MOUSE_CURSOR_EVENT_FILTER_H
+#define ASH_DISPLAY_MOUSE_CURSOR_EVENT_FILTER_H
#pragma once
#include "ash/ash_export.h"
@@ -12,13 +12,13 @@
namespace ash {
namespace internal {
-class MonitorController;
+class DisplayController;
// An event filter that controls mouse location in extended desktop
// environment.
class ASH_EXPORT MouseCursorEventFilter : public aura::EventFilter {
public:
- MouseCursorEventFilter(MonitorController* monitor_controller);
+ MouseCursorEventFilter(DisplayController* display_controller);
virtual ~MouseCursorEventFilter();
// Overridden from aura::EventFilter:
@@ -33,7 +33,7 @@ class ASH_EXPORT MouseCursorEventFilter : public aura::EventFilter {
aura::GestureEvent* event) OVERRIDE;
private:
- MonitorController* monitor_controller_;
+ DisplayController* display_controller_;
DISALLOW_COPY_AND_ASSIGN(MouseCursorEventFilter);
};
@@ -41,4 +41,4 @@ class ASH_EXPORT MouseCursorEventFilter : public aura::EventFilter {
} // namespace internal
} // namespace ash
-#endif // ASH_MONITOR_MOUSE_CURSOR_EVENT_FILTER_H
+#endif // ASH_DISPLAY_MOUSE_CURSOR_EVENT_FILTER_H
« no previous file with comments | « ash/display/display_controller.cc ('k') | ash/display/mouse_cursor_event_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698