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

Unified Diff: trunk/src/content/renderer/browser_plugin/browser_plugin.cc

Issue 397103006: Revert 283572 "Changes to RenderFrameProxy:" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 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
« no previous file with comments | « no previous file | trunk/src/content/renderer/child_frame_compositing_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/content/renderer/browser_plugin/browser_plugin.cc
===================================================================
--- trunk/src/content/renderer/browser_plugin/browser_plugin.cc (revision 283607)
+++ trunk/src/content/renderer/browser_plugin/browser_plugin.cc (working copy)
@@ -558,8 +558,9 @@
if (enable) {
DCHECK(!compositing_helper_.get());
if (!compositing_helper_.get()) {
- compositing_helper_ = ChildFrameCompositingHelper::CreateForBrowserPlugin(
- weak_ptr_factory_.GetWeakPtr());
+ compositing_helper_ =
+ ChildFrameCompositingHelper::CreateCompositingHelperForBrowserPlugin(
+ weak_ptr_factory_.GetWeakPtr());
}
}
compositing_helper_->EnableCompositing(enable);
« no previous file with comments | « no previous file | trunk/src/content/renderer/child_frame_compositing_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698