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

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

Issue 181014: Eliminate remaining WebCore dependencies from webplugin_impl.cc... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 4 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: chrome/browser/renderer_host/render_widget_host_view_mac.mm
===================================================================
--- chrome/browser/renderer_host/render_widget_host_view_mac.mm (revision 25087)
+++ chrome/browser/renderer_host/render_widget_host_view_mac.mm (working copy)
@@ -149,7 +149,7 @@
}
void RenderWidgetHostViewMac::MovePluginWindows(
- const std::vector<WebPluginGeometry>& plugin_window_moves) {
+ const std::vector<webkit_glue::WebPluginGeometry>& moves) {
// All plugin stuff is TBD. TODO(avi,awalker): fill in
// http://crbug.com/8192
}

Powered by Google App Engine
This is Rietveld 408576698