| Index: content/browser/compositor/delegated_frame_host.h
|
| diff --git a/content/browser/compositor/delegated_frame_host.h b/content/browser/compositor/delegated_frame_host.h
|
| index a789ef6e1f0bc2684e650a6afceb3743bfb55643..1c54772b7ce8aff12655ca28e3e569a41ac7be2d 100644
|
| --- a/content/browser/compositor/delegated_frame_host.h
|
| +++ b/content/browser/compositor/delegated_frame_host.h
|
| @@ -267,6 +267,7 @@ class CONTENT_EXPORT DelegatedFrameHost
|
| scoped_ptr<cc::SurfaceIdAllocator> id_allocator_;
|
| scoped_ptr<cc::SurfaceFactory> surface_factory_;
|
| cc::SurfaceId surface_id_;
|
| + scoped_refptr<cc::SurfaceHolder> surface_holder_;
|
| gfx::Size current_surface_size_;
|
| cc::ReturnedResourceArray surface_returned_resources_;
|
|
|
|
|