| Index: third_party/WebKit/Source/core/frame/FrameView.h
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h
|
| index ade9c363224c377254fc76e0b0b50181b99173f8..d0f64fb9a5c3c38ddeecaa6c3ed80db9776661f7 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -322,7 +322,6 @@ public:
|
|
|
| void setTracksPaintInvalidations(bool);
|
| bool isTrackingPaintInvalidations() const { return m_isTrackingPaintInvalidations; }
|
| - void resetTrackedPaintInvalidations();
|
|
|
| using ScrollableAreaSet = HeapHashSet<Member<ScrollableArea>>;
|
| void addScrollableArea(ScrollableArea*);
|
|
|