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

Unified Diff: content/plugin/webplugin_delegate_stub.cc

Issue 11361170: Get windowless plugins working when accelerated compositing is turned on. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 1 month 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 | « content/common/plugin_messages.h ('k') | content/plugin/webplugin_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/plugin/webplugin_delegate_stub.cc
===================================================================
--- content/plugin/webplugin_delegate_stub.cc (revision 166499)
+++ content/plugin/webplugin_delegate_stub.cc (working copy)
@@ -263,8 +263,7 @@
webplugin_->UpdateGeometry(
param.window_rect, param.clip_rect,
param.windowless_buffer0, param.windowless_buffer1,
- param.windowless_buffer_index, param.background_buffer,
- param.transparent);
+ param.windowless_buffer_index);
}
void WebPluginDelegateStub::OnGetPluginScriptableObject(int* route_id) {
« no previous file with comments | « content/common/plugin_messages.h ('k') | content/plugin/webplugin_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698