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

Unified Diff: ui/wayland/wayland_input_device.h

Issue 8566027: Cleanup: Remove forward declarations in ui, part 2. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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/gfx/native_widget_types.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/wayland/wayland_input_device.h
===================================================================
--- ui/wayland/wayland_input_device.h (revision 110049)
+++ ui/wayland/wayland_input_device.h (working copy)
@@ -16,7 +16,6 @@
struct wl_buffer;
struct wl_display;
struct wl_input_device;
-struct wl_input_device_listener;
struct wl_surface;
namespace ui {
@@ -79,7 +78,7 @@
static void OnPointerFocus(void* data,
wl_input_device* input_device,
uint32_t time,
- wl_surface *surface,
+ wl_surface* surface,
int32_t x,
int32_t y,
int32_t sx,
@@ -88,7 +87,7 @@
static void OnKeyboardFocus(void* data,
wl_input_device* input_device,
uint32_t time,
- wl_surface *surface,
+ wl_surface* surface,
wl_array* keys);
wl_input_device* input_device_;
« no previous file with comments | « ui/gfx/native_widget_types.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698