| Index: third_party/WebKit/Source/core/paint/PaintInvalidator.h
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintInvalidator.h b/third_party/WebKit/Source/core/paint/PaintInvalidator.h
|
| index eb733986a3a9225b8242c525e0bd1341639ee439..27d9b26cb90dd45118a111f470895a415e9ebcd7 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintInvalidator.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintInvalidator.h
|
| @@ -96,10 +96,6 @@ class PaintInvalidator {
|
| void processPendingDelayedPaintInvalidations();
|
|
|
| private:
|
| - LayoutRect mapLocalRectToPaintInvalidationBacking(
|
| - const LayoutObject&,
|
| - const FloatRect&,
|
| - const PaintInvalidatorContext&);
|
| LayoutRect computeVisualRectInBacking(const LayoutObject&,
|
| const PaintInvalidatorContext&);
|
| LayoutPoint computeLocationInBacking(const LayoutObject&,
|
|
|