| Index: content/browser/renderer_host/render_widget_host_view_base.h
|
| ===================================================================
|
| --- content/browser/renderer_host/render_widget_host_view_base.h (revision 156019)
|
| +++ content/browser/renderer_host/render_widget_host_view_base.h (working copy)
|
| @@ -70,6 +70,17 @@
|
| // Interface class only, do not construct.
|
| RenderWidgetHostViewBase();
|
|
|
| +#if defined(OS_WIN)
|
| + // Shared implementation of MovePluginWindows for use by win and aura/wina.
|
| + static void MovePluginWindowsHelper(
|
| + HWND parent,
|
| + const std::vector<webkit::npapi::WebPluginGeometry>& moves);
|
| +
|
| + static void PaintPluginWindowsHelper(
|
| + HWND parent,
|
| + const gfx::Rect& damaged_screen_rect);
|
| +#endif
|
| +
|
| // Whether this view is a popup and what kind of popup it is (select,
|
| // autofill...).
|
| WebKit::WebPopupType popup_type_;
|
|
|