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

Unified Diff: content/browser/renderer_host/render_widget_host_view_mac.mm

Issue 1815593002: Remove windowed NPAPI code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@make_test_plugin_windowless
Patch Set: rebase Created 4 years, 9 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_mac.mm
diff --git a/content/browser/renderer_host/render_widget_host_view_mac.mm b/content/browser/renderer_host/render_widget_host_view_mac.mm
index 5ddc4ab617186d0bd9f2db84d0036062284ab0a9..9765fb6dd5718cd40325e94cba81370b9712920c 100644
--- a/content/browser/renderer_host/render_widget_host_view_mac.mm
+++ b/content/browser/renderer_host/render_widget_host_view_mac.mm
@@ -967,14 +967,6 @@ gfx::NativeViewAccessible RenderWidgetHostViewMac::GetNativeViewAccessible() {
return cocoa_view_;
}
-void RenderWidgetHostViewMac::MovePluginWindows(
- const std::vector<WebPluginGeometry>& moves) {
- // Must be overridden, but unused on this platform. Core Animation
- // plugins are drawn by the GPU process (through the compositor),
- // and Core Graphics plugins are drawn by the renderer process.
- DCHECK_CURRENTLY_ON(BrowserThread::UI);
-}
-
void RenderWidgetHostViewMac::Focus() {
[[cocoa_view_ window] makeFirstResponder:cocoa_view_];
}

Powered by Google App Engine
This is Rietveld 408576698