Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(628)

Unified Diff: third_party/WebKit/Source/core/frame/FrameView.h

Issue 2816973002: Revert of Move logic of recording main thread scrolling reasons from cc to blink::ScrollManager (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/input/main_thread_scrolling_reason.h ('k') | third_party/WebKit/Source/core/frame/FrameView.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1dd516b9b577cb851b1ad5821a52f013a6483eb3..827969c89f29e05cca150a4fc6828c85e5e1d663 100644
--- a/third_party/WebKit/Source/core/frame/FrameView.h
+++ b/third_party/WebKit/Source/core/frame/FrameView.h
@@ -803,6 +803,9 @@
// 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,6 +1221,11 @@
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_;
« no previous file with comments | « cc/input/main_thread_scrolling_reason.h ('k') | third_party/WebKit/Source/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698