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

Unified Diff: cc/layers/layer_client.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/layers/layer.cc ('k') | third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/layer_client.h
diff --git a/cc/layers/layer_client.h b/cc/layers/layer_client.h
index 8f9310f2f4a49e5dff885e93cc8183ec8d6f18ad..f44e4c278fdc357c187d00704a0f7f55365ff1a5 100644
--- a/cc/layers/layer_client.h
+++ b/cc/layers/layer_client.h
@@ -30,6 +30,7 @@ class CC_EXPORT LayerClient {
// which service multiple layers.
virtual std::unique_ptr<base::trace_event::ConvertableToTraceFormat>
TakeDebugInfo(Layer* layer) = 0;
+ virtual void didUpdateMainThreadScrollingReasons() = 0;
protected:
virtual ~LayerClient() {}
« no previous file with comments | « cc/layers/layer.cc ('k') | third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698