summaryrefslogtreecommitdiffstats
path: root/base/event_types.h
diff options
context:
space:
mode:
authoroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-07 00:33:04 +0000
committeroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-07 00:33:04 +0000
commit328ce55f74ce4316a4fbb1286be14bf603e841e6 (patch)
treedda8a6ff77f9828dad816d6b02a21e65605f9f1f /base/event_types.h
parent9d7a49d744c7431eded94842d9bab9f7eae7c7b6 (diff)
downloadchromium_src-328ce55f74ce4316a4fbb1286be14bf603e841e6.zip
chromium_src-328ce55f74ce4316a4fbb1286be14bf603e841e6.tar.gz
chromium_src-328ce55f74ce4316a4fbb1286be14bf603e841e6.tar.bz2
Remove WAYLAND port
Also removed skia/ext/canvas_paint_x.h which is not in use. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10009024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131219 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/event_types.h')
-rw-r--r--base/event_types.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/base/event_types.h b/base/event_types.h
index ed0f02f..3a3b6d2 100644
--- a/base/event_types.h
+++ b/base/event_types.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// 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.
@@ -10,12 +10,6 @@
#if defined(OS_WIN)
#include <windows.h>
-#elif defined(USE_WAYLAND)
-namespace base {
-namespace wayland {
-union WaylandEvent;
-}
-}
#elif defined(USE_X11)
typedef union _XEvent XEvent;
#elif defined(OS_MACOSX)
@@ -31,8 +25,6 @@ namespace base {
// Cross platform typedefs for native event types.
#if defined(OS_WIN)
typedef MSG NativeEvent;
-#elif defined(USE_WAYLAND)
-typedef wayland::WaylandEvent* NativeEvent;
#elif defined(USE_X11)
typedef XEvent* NativeEvent;
#elif defined(OS_MACOSX)