| Index: cc/layers/layer_impl.h
|
| diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h
|
| index 8a79d12d1139042c9caafb0df5405ca6ebddc013..8331a8a39e92e55aa4e0eea19278eb927ecb36c4 100644
|
| --- a/cc/layers/layer_impl.h
|
| +++ b/cc/layers/layer_impl.h
|
| @@ -535,9 +535,6 @@ class CC_EXPORT LayerImpl {
|
| gfx::Rect GetScaledEnclosingRectInTargetSpace(float scale) const;
|
|
|
| private:
|
| - // Warning: This does not preserve tree structure invariants.
|
| - void ClearChildList();
|
| -
|
| void ValidateQuadResourcesInternal(DrawQuad* quad) const;
|
|
|
| virtual const char* LayerTypeAsString() const;
|
|
|