| Index: content/browser/renderer_host/render_widget_host_view_mac.mm
|
| ===================================================================
|
| --- content/browser/renderer_host/render_widget_host_view_mac.mm (revision 156019)
|
| +++ content/browser/renderer_host/render_widget_host_view_mac.mm (working copy)
|
| @@ -479,6 +479,7 @@
|
| }
|
|
|
| void RenderWidgetHostViewMac::MovePluginWindows(
|
| + const gfx::Point& scroll_offset,
|
| const std::vector<webkit::npapi::WebPluginGeometry>& moves) {
|
| TRACE_EVENT0("browser", "RenderWidgetHostViewMac::MovePluginWindows");
|
| CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
| @@ -1226,7 +1227,7 @@
|
| // plugin windows.
|
| if (params.window == gfx::kNullPluginWindow) {
|
| NOTIMPLEMENTED();
|
| - AckPendingSwapBuffers();
|
| + AckPendingSwapBuffers();
|
| } else {
|
| // Deprecated accelerated plugin code path.
|
| AcceleratedPluginView* view = ViewForPluginWindowHandle(params.window);
|
|
|