Index: content/port/browser/render_widget_host_view_port.h |
=================================================================== |
--- content/port/browser/render_widget_host_view_port.h (revision 137859) |
+++ content/port/browser/render_widget_host_view_port.h (working copy) |
@@ -22,7 +22,10 @@ |
struct AccessibilityHostMsg_NotificationParams; |
struct GpuHostMsg_AcceleratedSurfaceBuffersSwapped_Params; |
struct GpuHostMsg_AcceleratedSurfacePostSubBuffer_Params; |
+ |
+namespace content { |
struct NativeWebKeyboardEvent; |
+} |
namespace webkit { |
namespace npapi { |
@@ -194,7 +197,7 @@ |
// not enabled, this is a no-op, so it is always safe to call. |
// Returns true if the event was handled by IME. |
virtual bool PostProcessEventForPluginIme( |
- const NativeWebKeyboardEvent& event) = 0; |
+ const content::NativeWebKeyboardEvent& event) = 0; |
// Methods associated with GPU-accelerated plug-in instances. |
virtual gfx::PluginWindowHandle AllocateFakePluginWindowHandle( |