Index: third_party/WebKit/Source/core/input/ScrollManager.h |
diff --git a/third_party/WebKit/Source/core/input/ScrollManager.h b/third_party/WebKit/Source/core/input/ScrollManager.h |
index 715282dc7264ee8f5f26fe50a967a9dc33677028..9f6765ef82f7bce9a4a212c88163255d5ea57ba5 100644 |
--- a/third_party/WebKit/Source/core/input/ScrollManager.h |
+++ b/third_party/WebKit/Source/core/input/ScrollManager.h |
@@ -111,8 +111,8 @@ class CORE_EXPORT ScrollManager |
void RecomputeScrollChain(const Node& start_node, |
std::deque<int>& scroll_chain); |
- uint32_t ComputeNonCompositedMainThreadScrollingReasons(); |
- void RecordNonCompositedMainThreadScrollingReasons(const WebGestureDevice); |
+ void ComputeScrollRelatedMetrics(uint32_t*, int*); |
pdr.
2017/04/19 21:03:50
Can you add some names here about what these input
yigu
2017/04/20 18:14:22
Done.
|
+ void RecordScrollRelatedMetrics(const WebGestureDevice); |
// NOTE: If adding a new field to this class please ensure that it is |
// cleared in |ScrollManager::clear()|. |