| 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 5c414251a3bcf7ea3e3e9a35748f5708795a7d50..c370e4677f739441d3c4e2059ee1389de046d1c8 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -799,9 +799,6 @@ class CORE_EXPORT FrameView final
|
| // Main thread scrolling reasons for this object only. For all reasons,
|
| // see: mainThreadScrollingReasons().
|
| MainThreadScrollingReasons mainThreadScrollingReasonsPerFrame() const;
|
| - void adjustStyleRelatedMainThreadScrollingReasons(const uint32_t reason,
|
| - bool increase);
|
| - MainThreadScrollingReasons getStyleRelatedMainThreadScrollingReasons() const;
|
|
|
| bool hasVisibleSlowRepaintViewportConstrainedObjects() const;
|
|
|
| @@ -1218,11 +1215,6 @@ class CORE_EXPORT FrameView final
|
|
|
| bool m_isStoringCompositedLayerDebugInfo;
|
| MainThreadScrollingReasons m_mainThreadScrollingReasons;
|
| - // For recording main thread scrolling reasons
|
| - // due to layout object properties. e.g. opacity, transform.
|
| - // The size of the vector depends on the number of
|
| - // main thread scrolling reasons.
|
| - Vector<int> m_mainThreadScrollingReasonsCounter;
|
|
|
| // TODO(kenrb): Remove these when https://crbug.com/680606 is resolved.
|
| std::unique_ptr<CompositorAnimationTimeline> m_animationTimeline;
|
|
|