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

Unified Diff: webkit/glue/webplugin_impl.cc

Issue 367002: Added Pepper 3D render context that instantiates the GPU plugin.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years 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 | « webkit/glue/plugins/webplugin_3d_device_delegate.h ('k') | webkit/tools/pepper_test_plugin/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webplugin_impl.cc
===================================================================
--- webkit/glue/webplugin_impl.cc (revision 35153)
+++ webkit/glue/webplugin_impl.cc (working copy)
@@ -74,7 +74,7 @@
// specified in the response header.
class MultiPartResponseClient : public WebURLLoaderClient {
public:
- MultiPartResponseClient(WebPluginResourceClient* resource_client)
+ explicit MultiPartResponseClient(WebPluginResourceClient* resource_client)
: resource_client_(resource_client) {
Clear();
}
@@ -398,7 +398,7 @@
void WebPluginImpl::SetWindow(gfx::PluginWindowHandle window) {
if (window) {
- DCHECK(!windowless_); // Make sure not called twice.
+ DCHECK(!windowless_);
window_ = window;
if (page_delegate_) {
// Tell the view delegate that the plugin window was created, so that it
« no previous file with comments | « webkit/glue/plugins/webplugin_3d_device_delegate.h ('k') | webkit/tools/pepper_test_plugin/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698