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 4d9224056904dda643fdac8dd1c2a85f61b4c95a..c70c80ffecd9925ec18aeb121306bccf4e35a1bf 100644 |
--- a/chrome/renderer/webgraphicscontext3d_command_buffer_impl.h |
+++ b/chrome/renderer/webgraphicscontext3d_command_buffer_impl.h |
@@ -387,10 +387,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_; |