| 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 0a95658e7ca8eaa22c192de6c9165c7d6087c523..cda3347f92ddef8ab13dd9933e8947e33792a8ef 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
|
| // TODO(wkorman): Fix up needsRepaint implementation as part of reworking scrollbar compositing visual rects.
|
| bool needsRepaint(const GraphicsLayer&) const { return true; }
|
|
|