| 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 2a547251ddf0f5e43cdb482ef9b792368685f5d0..d8fd2c8cccb0e3acd0cb436344b939d29222f272 100644
|
| --- a/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h
|
| +++ b/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h
|
| @@ -178,6 +178,8 @@ private:
|
| void assertNoUnresolvedDirtyBits();
|
| #endif
|
|
|
| + 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; }
|
|
|