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

Unified Diff: chrome/renderer/render_view.cc

Issue 5994002: use accelerated compositing in fullscreen pepper (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: style Created 9 years, 11 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 | chrome/renderer/render_widget_fullscreen_pepper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/render_view.cc
diff --git a/chrome/renderer/render_view.cc b/chrome/renderer/render_view.cc
index b972506e8d7996dc2e24dc8b63e769bcf95405f9..8c9c641303fe7de9f5d616d6b8ebdcf293c903c4 100644
--- a/chrome/renderer/render_view.cc
+++ b/chrome/renderer/render_view.cc
@@ -2144,7 +2144,7 @@ RenderView::CreatePepperFullscreenContainer(
RenderWidgetFullscreenPepper* widget =
RenderWidgetFullscreenPepper::Create(routing_id_, render_thread_, plugin);
widget->show(WebKit::WebNavigationPolicyIgnore);
- return widget->container();
+ return widget;
}
WebStorageNamespace* RenderView::createSessionStorageNamespace(unsigned quota) {
« no previous file with comments | « no previous file | chrome/renderer/render_widget_fullscreen_pepper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698