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

Unified Diff: content/port/browser/render_widget_host_view_port.h

Issue 19761007: Move NPAPI implementation out of webkit/plugins/npapi and into content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix mac Created 7 years, 5 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/port/browser/render_widget_host_view_port.h
===================================================================
--- content/port/browser/render_widget_host_view_port.h (revision 212369)
+++ content/port/browser/render_widget_host_view_port.h (working copy)
@@ -34,12 +34,6 @@
class VideoFrame;
}
-namespace webkit {
-namespace npapi {
-struct WebPluginGeometry;
-}
-}
-
namespace WebKit {
struct WebScreenInfo;
}
@@ -48,6 +42,7 @@
class BackingStore;
class RenderWidgetHostViewFrameSubscriber;
class SmoothScrollGesture;
+struct WebPluginGeometry;
struct NativeWebKeyboardEvent;
// This is the larger RenderWidgetHostView interface exposed only
@@ -89,7 +84,7 @@
// |scroll_offset| is the scroll offset of the render view.
virtual void MovePluginWindows(
const gfx::Vector2d& scroll_offset,
- const std::vector<webkit::npapi::WebPluginGeometry>& moves) = 0;
+ const std::vector<WebPluginGeometry>& moves) = 0;
// Take focus from the associated View component.
virtual void Blur() = 0;

Powered by Google App Engine
This is Rietveld 408576698