| Index: Source/core/frame/FrameView.h
|
| diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
|
| index f17fe0f18c8a09d89df59954ce67168ef0ceabf4..53d8dbfd7ff8dcf2e543bddf73fc9c5fc740f658 100644
|
| --- a/Source/core/frame/FrameView.h
|
| +++ b/Source/core/frame/FrameView.h
|
| @@ -263,7 +263,6 @@ public:
|
| void setTracksRepaints(bool);
|
| bool isTrackingRepaints() const { return m_isTrackingRepaints; }
|
| void resetTrackedRepaints();
|
| - const Vector<IntRect>& trackedRepaintRects() const { return m_trackedRepaintRects; }
|
| String trackedRepaintRectsAsText() const;
|
|
|
| typedef HashSet<ScrollableArea*> ScrollableAreaSet;
|
|
|