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

Unified Diff: ui/wayland/wayland_widget.h

Issue 10009024: Remove WAYLAND port (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 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
« no previous file with comments | « ui/wayland/wayland_shm_buffer.cc ('k') | ui/wayland/wayland_window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/wayland/wayland_widget.h
diff --git a/ui/wayland/wayland_widget.h b/ui/wayland/wayland_widget.h
deleted file mode 100644
index 1c4e40dc888f0cdee710675ff2ebd601d5946487..0000000000000000000000000000000000000000
--- a/ui/wayland/wayland_widget.h
+++ /dev/null
@@ -1,32 +0,0 @@
-// Copyright (c) 2011 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 UI_WAYLAND_WAYLAND_WIDGET_H_
-#define UI_WAYLAND_WAYLAND_WIDGET_H_
-
-namespace base {
-namespace wayland {
-union WaylandEvent;
-}
-}
-
-namespace ui {
-
-// WaylandWidget is an interface for processing Wayland events.
-class WaylandWidget {
- public:
- virtual ~WaylandWidget() {}
-
- virtual void OnMotionNotify(base::wayland::WaylandEvent event) = 0;
- virtual void OnButtonNotify(base::wayland::WaylandEvent event) = 0;
- virtual void OnKeyNotify(base::wayland::WaylandEvent event) = 0;
- virtual void OnPointerFocus(base::wayland::WaylandEvent event) = 0;
- virtual void OnKeyboardFocus(base::wayland::WaylandEvent event) = 0;
-
- virtual void OnGeometryChange(base::wayland::WaylandEvent event) = 0;
-};
-
-} // namespace ui
-
-#endif // UI_WAYLAND_WAYLAND_WIDGET_H_
« no previous file with comments | « ui/wayland/wayland_shm_buffer.cc ('k') | ui/wayland/wayland_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698