| Index: cc/layers/io_surface_layer_impl.h
|
| diff --git a/cc/layers/io_surface_layer_impl.h b/cc/layers/io_surface_layer_impl.h
|
| index 1f402150ae17865523f757738d8a4061fa7a910d..8c8f450221632a1d0548b5532b0a1bebf8730281 100644
|
| --- a/cc/layers/io_surface_layer_impl.h
|
| +++ b/cc/layers/io_surface_layer_impl.h
|
| @@ -38,12 +38,15 @@ class CC_EXPORT IOSurfaceLayerImpl : public LayerImpl {
|
| private:
|
| IOSurfaceLayerImpl(LayerTreeImpl* tree_impl, int id);
|
|
|
| + void DestroyTexture();
|
| +
|
| virtual const char* LayerTypeAsString() const OVERRIDE;
|
|
|
| unsigned io_surface_id_;
|
| gfx::Size io_surface_size_;
|
| bool io_surface_changed_;
|
| unsigned io_surface_texture_id_;
|
| + unsigned io_surface_resource_id_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(IOSurfaceLayerImpl);
|
| };
|
|
|