| Index: Source/core/frame/FrameView.h
|
| diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
|
| index 07ccb28aa615c5404ea1573685f16da955149182..495d7a39a8ab10ec49b7e25a6b9b437c7e44c686 100644
|
| --- a/Source/core/frame/FrameView.h
|
| +++ b/Source/core/frame/FrameView.h
|
| @@ -265,6 +265,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;
|
|
|