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

Unified Diff: content/public/browser/native_web_keyboard_event.h

Issue 10383239: Move NativeWebKeyboardEvent to the content namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix mac Created 8 years, 7 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
Index: content/public/browser/native_web_keyboard_event.h
===================================================================
--- content/public/browser/native_web_keyboard_event.h (revision 137859)
+++ content/public/browser/native_web_keyboard_event.h (working copy)
@@ -14,6 +14,8 @@
#include "ui/base/events.h"
#include "ui/gfx/native_widget_types.h"
+namespace content {
+
// Owns a platform specific event; used to pass own and pass event through
// platform independent code.
struct CONTENT_EXPORT NativeWebKeyboardEvent :
@@ -74,8 +76,6 @@
#endif
};
-namespace content {
-
// Returns a bitmak of values from ui/base/events.h.
CONTENT_EXPORT int GetModifiersFromNativeWebKeyboardEvent(
const NativeWebKeyboardEvent& event);
« no previous file with comments | « content/port/browser/render_widget_host_view_port.h ('k') | content/public/browser/render_view_host_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698