| Index: content/port/browser/render_widget_host_view_port.h
|
| ===================================================================
|
| --- content/port/browser/render_widget_host_view_port.h (revision 147462)
|
| +++ content/port/browser/render_widget_host_view_port.h (working copy)
|
| @@ -15,17 +15,12 @@
|
| #include "ui/base/range/range.h"
|
| #include "ui/surface/transport_dib.h"
|
|
|
| -class BackingStore;
|
| class WebCursor;
|
|
|
| struct AccessibilityHostMsg_NotificationParams;
|
| struct GpuHostMsg_AcceleratedSurfaceBuffersSwapped_Params;
|
| struct GpuHostMsg_AcceleratedSurfacePostSubBuffer_Params;
|
|
|
| -namespace content {
|
| -struct NativeWebKeyboardEvent;
|
| -}
|
| -
|
| namespace webkit {
|
| namespace npapi {
|
| struct WebPluginGeometry;
|
| @@ -39,8 +34,9 @@
|
| #endif
|
|
|
| namespace content {
|
| -
|
| +class BackingStore;
|
| class SmoothScrollGesture;
|
| +struct NativeWebKeyboardEvent;
|
|
|
| // This is the larger RenderWidgetHostView interface exposed only
|
| // within content/ and to embedders looking to port to new platforms.
|
| @@ -54,7 +50,7 @@
|
|
|
| // Like RenderWidgetHostView::CreateViewForWidget, with cast.
|
| static RenderWidgetHostViewPort* CreateViewForWidget(
|
| - content::RenderWidgetHost* widget);
|
| + RenderWidgetHost* widget);
|
|
|
| // Perform all the initialization steps necessary for this object to represent
|
| // a popup (such as a <select> dropdown), then shows the popup at |pos|.
|
| @@ -197,7 +193,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 content::NativeWebKeyboardEvent& event) = 0;
|
| + const NativeWebKeyboardEvent& event) = 0;
|
|
|
| // Methods associated with GPU-accelerated plug-in instances.
|
| virtual gfx::PluginWindowHandle AllocateFakePluginWindowHandle(
|
|
|