| Index: third_party/WebKit/Source/core/paint/PaintLayerStackingNodeIterator.h
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayerStackingNodeIterator.h b/third_party/WebKit/Source/core/paint/PaintLayerStackingNodeIterator.h
|
| index 6c9a505f1c92367b6f3294022d4d777bd27c9b9b..44ce67783f97ad2ac618e2a9878b884eb2ab7971 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerStackingNodeIterator.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerStackingNodeIterator.h
|
| @@ -70,8 +70,8 @@ class PaintLayerStackingNodeIterator {
|
| PaintLayer* m_currentNormalFlowChild;
|
| };
|
|
|
| -// This iterator is similar to PaintLayerStackingNodeIterator but it walks the lists in reverse order
|
| -// (from the last item to the first one).
|
| +// This iterator is similar to PaintLayerStackingNodeIterator but it walks the
|
| +// lists in reverse order (from the last item to the first one).
|
| class PaintLayerStackingNodeReverseIterator {
|
| STACK_ALLOCATED();
|
| WTF_MAKE_NONCOPYABLE(PaintLayerStackingNodeReverseIterator);
|
|
|