| Index: third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h
|
| diff --git a/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h b/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h
|
| index cda3347f92ddef8ab13dd9933e8947e33792a8ef..69d13dd1bea3e8d1d532b963f87c59fc1733153c 100644
|
| --- a/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h
|
| +++ b/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h
|
| @@ -182,7 +182,6 @@ private:
|
| void updateIfNeededRecursiveInternal();
|
|
|
| // GraphicsLayerClient implementation
|
| - // TODO(wkorman): Fix up needsRepaint implementation as part of reworking scrollbar compositing visual rects.
|
| bool needsRepaint(const GraphicsLayer&) const { return true; }
|
| IntRect computeInterestRect(const GraphicsLayer*, const IntRect&) const override;
|
| void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& interestRect) const override;
|
|
|