| Index: chrome/renderer/webgraphicscontext3d_command_buffer_impl.h
|
| diff --git a/chrome/renderer/webgraphicscontext3d_command_buffer_impl.h b/chrome/renderer/webgraphicscontext3d_command_buffer_impl.h
|
| index 94539a121749c211ec2a5c6b9b5902975291c2d2..414c4e8bb2698ab955476ebcaacebe76f43b9e5f 100644
|
| --- a/chrome/renderer/webgraphicscontext3d_command_buffer_impl.h
|
| +++ b/chrome/renderer/webgraphicscontext3d_command_buffer_impl.h
|
| @@ -379,10 +379,6 @@ class WebGraphicsContext3DCommandBufferImpl
|
| ggl::Context* context_;
|
| // If rendering directly to WebView, weak pointer to it.
|
| WebKit::WebView* web_view_;
|
| -#if defined(OS_MACOSX)
|
| - // "Fake" plugin window handle in browser process for the compositor's output.
|
| - gfx::PluginWindowHandle plugin_handle_;
|
| -#endif
|
|
|
| WebKit::WebGraphicsContext3D::Attributes attributes_;
|
| int cached_width_, cached_height_;
|
|
|