| Index: Source/core/frame/FrameView.h
|
| diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
|
| index 8f0d21a4dbf330997f6b51b59573564216140802..192d8ba34d3b0670980cf3b22860a62d963e1625 100644
|
| --- a/Source/core/frame/FrameView.h
|
| +++ b/Source/core/frame/FrameView.h
|
| @@ -264,6 +264,7 @@ 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;
|
|
|