| Index: third_party/WebKit/Source/core/paint/PaintInfo.h
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintInfo.h b/third_party/WebKit/Source/core/paint/PaintInfo.h
|
| index 2739c6c7bccc927b8aeec304c6963b70de304c1d..8627de1cd49d8b2148a230252800ccd659a91141 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintInfo.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintInfo.h
|
| @@ -73,7 +73,6 @@ struct CORE_EXPORT PaintInfo {
|
|
|
| // Creates a PaintInfo for painting descendants. See comments about the paint phases
|
| // in PaintPhase.h for details.
|
| - // TODO(wangxianzhu): Actually use this method.
|
| PaintInfo forDescendants() const
|
| {
|
| PaintInfo result(*this);
|
|
|