| Index: cc/layers/layer.h
|
| diff --git a/cc/layers/layer.h b/cc/layers/layer.h
|
| index dd41669729d0fba88893d62c6e576c52aca6e0be..5af7195ae8e9a78ee307b45c0d788b53cd1150ea 100644
|
| --- a/cc/layers/layer.h
|
| +++ b/cc/layers/layer.h
|
| @@ -618,10 +618,10 @@ class CC_EXPORT Layer : public base::RefCounted<Layer>,
|
| FilterOperations background_filters_;
|
| LayerPositionConstraint position_constraint_;
|
| Layer* scroll_parent_;
|
| - scoped_ptr<std::set<Layer*> > scroll_children_;
|
| + scoped_ptr<std::set<Layer*>> scroll_children_;
|
|
|
| Layer* clip_parent_;
|
| - scoped_ptr<std::set<Layer*> > clip_children_;
|
| + scoped_ptr<std::set<Layer*>> clip_children_;
|
|
|
| gfx::Transform transform_;
|
| gfx::Point3F transform_origin_;
|
|
|