Index: content/browser/renderer_host/render_widget_host_view_mac.h |
=================================================================== |
--- content/browser/renderer_host/render_widget_host_view_mac.h (revision 156019) |
+++ content/browser/renderer_host/render_widget_host_view_mac.h (working copy) |
@@ -227,6 +227,7 @@ |
virtual void WasShown() OVERRIDE; |
virtual void WasHidden() OVERRIDE; |
virtual void MovePluginWindows( |
+ const gfx::Point& scroll_offset, |
const std::vector<webkit::npapi::WebPluginGeometry>& moves) OVERRIDE; |
virtual void Focus() OVERRIDE; |
virtual void Blur() OVERRIDE; |