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

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

Issue 10905122: Initial NPAPI plugin support in Win Aura. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync Created 8 years, 3 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/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_;

Powered by Google App Engine
This is Rietveld 408576698