| Index: cc/surfaces/surface_factory.h
|
| diff --git a/cc/surfaces/surface_factory.h b/cc/surfaces/surface_factory.h
|
| index 0a2ece7aeed11047d2c8ec1bd42c599322e3811d..2516015f506e9ff10ff54de2fd647f3d2f679555 100644
|
| --- a/cc/surfaces/surface_factory.h
|
| +++ b/cc/surfaces/surface_factory.h
|
| @@ -55,11 +55,11 @@ class CC_SURFACES_EXPORT SurfaceFactory
|
| private:
|
| SurfaceManager* manager_;
|
| SurfaceFactoryClient* client_;
|
| + SurfaceResourceHolder holder_;
|
| +
|
| typedef base::ScopedPtrHashMap<SurfaceId, Surface> OwningSurfaceMap;
|
| base::ScopedPtrHashMap<SurfaceId, Surface> surface_map_;
|
|
|
| - SurfaceResourceHolder holder_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(SurfaceFactory);
|
| };
|
|
|
|
|