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 a14cd18faf008c02386acaba557ae1e1683d664f..c1b39ee45d2b77b9ebeebbfb687b571798db290c 100644 |
--- a/third_party/WebKit/Source/core/frame/FrameView.h |
+++ b/third_party/WebKit/Source/core/frame/FrameView.h |
@@ -802,9 +802,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; |
@@ -1220,11 +1217,6 @@ class CORE_EXPORT FrameView final |
bool is_storing_composited_layer_debug_info_; |
MainThreadScrollingReasons main_thread_scrolling_reasons_; |
- // 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> main_thread_scrolling_reasons_counter_; |
// TODO(kenrb): Remove these when https://crbug.com/680606 is resolved. |
std::unique_ptr<CompositorAnimationTimeline> animation_timeline_; |