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

Unified Diff: content/browser/renderer_host/web_input_event_aura.h

Issue 739993002: MacViews: Fix build errors related to NativeWebKeyboardEvent (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
Index: content/browser/renderer_host/web_input_event_aura.h
diff --git a/content/browser/renderer_host/web_input_event_aura.h b/content/browser/renderer_host/web_input_event_aura.h
index 7d6e6ca1bf30c0bc6835fbaa13e5e39841ffb193..694d94fcad9d2989c7c16729c48eede02da269f7 100644
--- a/content/browser/renderer_host/web_input_event_aura.h
+++ b/content/browser/renderer_host/web_input_event_aura.h
@@ -29,7 +29,7 @@ CONTENT_EXPORT blink::WebMouseWheelEvent MakeWebMouseWheelEvent(
CONTENT_EXPORT blink::WebMouseWheelEvent MakeWebMouseWheelEvent(
ui::ScrollEvent* event);
CONTENT_EXPORT blink::WebKeyboardEvent MakeWebKeyboardEvent(
- ui::KeyEvent* event);
+ const ui::KeyEvent* event);
sadrul 2014/11/21 19:33:42 Not for this CL ... but should this (and the rest)
Andre 2014/11/22 00:09:58 See https://codereview.chromium.org/740653006/
CONTENT_EXPORT blink::WebGestureEvent MakeWebGestureEvent(
ui::GestureEvent* event);
CONTENT_EXPORT blink::WebGestureEvent MakeWebGestureEvent(

Powered by Google App Engine
This is Rietveld 408576698