| 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 052b153faa70b14306e1132e896f2d2f5309e3ab..8e0c8b75e1b4c4240b35fe0fcaff216c3116ae11 100644
|
| --- a/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h
|
| +++ b/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h
|
| @@ -179,6 +179,8 @@ private:
|
| void assertNoUnresolvedDirtyBits();
|
| #endif
|
|
|
| + void updateIfNeededRecursiveInternal();
|
| +
|
| // GraphicsLayerClient implementation
|
| IntRect computeInterestRect(const GraphicsLayer*, const IntRect&) const override;
|
| void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& interestRect) const override;
|
|
|