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

Unified Diff: ash/monitor/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/monitor/monitor_controller.cc ('k') | ash/monitor/mouse_cursor_event_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/monitor/mouse_cursor_event_filter.h
diff --git a/ash/monitor/mouse_cursor_event_filter.h b/ash/monitor/mouse_cursor_event_filter.h
deleted file mode 100644
index 682547af3d74f8246a06949358cdc39cdc8ed9cf..0000000000000000000000000000000000000000
--- a/ash/monitor/mouse_cursor_event_filter.h
+++ /dev/null
@@ -1,44 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// 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
-#pragma once
-
-#include "ash/ash_export.h"
-#include "base/compiler_specific.h"
-#include "ui/aura/event_filter.h"
-
-namespace ash {
-namespace internal {
-class MonitorController;
-
-// An event filter that controls mouse location in extended desktop
-// environment.
-class ASH_EXPORT MouseCursorEventFilter : public aura::EventFilter {
- public:
- MouseCursorEventFilter(MonitorController* monitor_controller);
- virtual ~MouseCursorEventFilter();
-
- // Overridden from aura::EventFilter:
- virtual bool PreHandleKeyEvent(aura::Window* target,
- aura::KeyEvent* event) OVERRIDE;
- virtual bool PreHandleMouseEvent(aura::Window* target,
- aura::MouseEvent* event) OVERRIDE;
- virtual ui::TouchStatus PreHandleTouchEvent(aura::Window* target,
- aura::TouchEvent* event) OVERRIDE;
- virtual ui::GestureStatus PreHandleGestureEvent(
- aura::Window* target,
- aura::GestureEvent* event) OVERRIDE;
-
- private:
- MonitorController* monitor_controller_;
-
- DISALLOW_COPY_AND_ASSIGN(MouseCursorEventFilter);
-};
-
-} // namespace internal
-} // namespace ash
-
-#endif // ASH_MONITOR_MOUSE_CURSOR_EVENT_FILTER_H
« no previous file with comments | « ash/monitor/monitor_controller.cc ('k') | ash/monitor/mouse_cursor_event_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698