| Index: Source/core/frame/FrameView.h
|
| diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
|
| index 2fcbe698933e1c52bf877d721dcdc07adf987492..f3a5101aa3e1a58c38b6db075547630b14d8d27b 100644
|
| --- a/Source/core/frame/FrameView.h
|
| +++ b/Source/core/frame/FrameView.h
|
| @@ -59,6 +59,7 @@ class RenderObject;
|
| class RenderPart;
|
| class RenderScrollbarPart;
|
| class RenderView;
|
| +class ScrollingCoordinator;
|
| struct CompositedSelectionBound;
|
|
|
| typedef unsigned long long DOMTimeStamp;
|
| @@ -685,6 +686,8 @@ private:
|
|
|
| bool isFrameViewScrollbar(const Widget* child) const { return horizontalScrollbar() == child || verticalScrollbar() == child; }
|
|
|
| + ScrollingCoordinator* scrollingCoordinator();
|
| +
|
| static double s_currentFrameTimeStamp; // used for detecting decoded resource thrash in the cache
|
|
|
| LayoutSize m_size;
|
|
|