| Index: ui/gl/gl_surface.h
|
| diff --git a/ui/gl/gl_surface.h b/ui/gl/gl_surface.h
|
| index 3e654cb8cf548789e696844689a5271ccc67c08d..a580b15f86e95ce57b1fde2dbbce04d613b471d0 100644
|
| --- a/ui/gl/gl_surface.h
|
| +++ b/ui/gl/gl_surface.h
|
| @@ -198,6 +198,7 @@ class GL_EXPORT GLSurface : public base::RefCounted<GLSurface> {
|
| ~CALayerInUseQuery();
|
| unsigned texture = 0;
|
| scoped_refptr<GLImage> image;
|
| + bool needs_gpu_memory_buffer_handle = false;
|
| };
|
| virtual void ScheduleCALayerInUseQuery(
|
| std::vector<CALayerInUseQuery> queries);
|
|
|