Chromium Code Reviews| Index: cc/surfaces/surface_factory.h |
| diff --git a/cc/surfaces/surface_factory.h b/cc/surfaces/surface_factory.h |
| index 5af8d2e0eb760ef0c80739d17630f2645c29cb93..ad2da6334b232bfe7bfe088eaf8e953282463efd 100644 |
| --- a/cc/surfaces/surface_factory.h |
| +++ b/cc/surfaces/surface_factory.h |
| @@ -61,7 +61,7 @@ class CC_SURFACES_EXPORT SurfaceFactory |
| void RefResources(const TransferableResourceArray& resources); |
| void UnrefResources(const ReturnedResourceArray& resources); |
| - SurfaceManager* manager() { return manager_; } |
| + SurfaceManager* manager() const { return manager_; } |
|
rjkroege
2015/09/16 21:31:37
You can land this in isolation?
Fady Samuel
2015/09/17 18:31:42
Done.
|
| // This can be set to false if resources from this SurfaceFactory don't need |
| // to have sync points set on them when returned from the Display, for |