Index: third_party/WebKit/Source/core/paint/PaintLayer.h |
diff --git a/third_party/WebKit/Source/core/paint/PaintLayer.h b/third_party/WebKit/Source/core/paint/PaintLayer.h |
index f7115c5e284b64361c6902b724aac9698ea0e416..b36cad216a745eb33715f2ff5a09d2a3a75b6588 100644 |
--- a/third_party/WebKit/Source/core/paint/PaintLayer.h |
+++ b/third_party/WebKit/Source/core/paint/PaintLayer.h |
@@ -772,6 +772,7 @@ private: |
void updatePaginationRecursive(bool needsPaginationUpdate = false); |
void clearPaginationRecursive(); |
+ void setNeedsRepaintInternal(); |
void markCompositingContainerChainForNeedsRepaint(); |
PaintLayerRareData& ensureRareData() |