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

Unified Diff: cc/layers/layer.h

Issue 2015433004: Add main thread scrolling reasons to GraphicsLayer::layerTreeAsJSON. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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') | cc/layers/layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/layer.h
diff --git a/cc/layers/layer.h b/cc/layers/layer.h
index a85d9952891f431910d6b5874c58c86b00b2183b..711ae7152848cdf6c9951ece43f9f6c97303cba1 100644
--- a/cc/layers/layer.h
+++ b/cc/layers/layer.h
@@ -341,6 +341,7 @@ class CC_EXPORT Layer : public base::RefCounted<Layer> {
virtual std::unique_ptr<base::trace_event::ConvertableToTraceFormat>
TakeDebugInfo();
+ virtual void didUpdateMainThreadScrollingReasons();
void SetLayerClient(LayerClient* client) { inputs_.client = client; }
« no previous file with comments | « cc/input/main_thread_scrolling_reason.h ('k') | cc/layers/layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698