Index: content/renderer/pepper/ppb_graphics_3d_impl.h |
diff --git a/content/renderer/pepper/ppb_graphics_3d_impl.h b/content/renderer/pepper/ppb_graphics_3d_impl.h |
index abafd2c4b14bd0eaf87ca780c0f5e42d315e0ad9..6e68e79b3e57ae9474b131399cd1d4681ea602da 100644 |
--- a/content/renderer/pepper/ppb_graphics_3d_impl.h |
+++ b/content/renderer/pepper/ppb_graphics_3d_impl.h |
@@ -111,6 +111,7 @@ class PPB_Graphics3D_Impl : public ppapi::PPB_Graphics3D_Shared, |
#endif |
bool has_alpha_; |
+ bool use_image_chromium_; |
std::unique_ptr<gpu::CommandBufferProxyImpl> command_buffer_; |
base::WeakPtrFactory<PPB_Graphics3D_Impl> weak_ptr_factory_; |