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

Unified Diff: cc/trees/layer_tree_host.h

Issue 397443002: [not for review] Add Draw entries to window Performance Timeline Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git pull of third_party/WebKit Created 6 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
Index: cc/trees/layer_tree_host.h
diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
index d7a618a77cabf3135562d7c8985b2983f9a88e8c..158ac819833215b6e91bad3d16fee66b9a0d2203 100644
--- a/cc/trees/layer_tree_host.h
+++ b/cc/trees/layer_tree_host.h
@@ -60,6 +60,7 @@ class TopControlsManager;
class UIResourceRequest;
struct RenderingStats;
struct ScrollAndScaleSet;
+struct DrawTimingSet;
// Provides information on an Impl's rendering capabilities back to the
// LayerTreeHost.
@@ -228,7 +229,8 @@ class CC_EXPORT LayerTreeHost {
float scale,
base::TimeDelta duration);
- void ApplyScrollAndScale(const ScrollAndScaleSet& info);
+ void ApplyScrollAndScale(ScrollAndScaleSet* info);
enne (OOO) 2014/07/22 20:44:26 ?
Mike B 2014/07/25 23:09:41 Someone committed and then uncommitted a change he
+ void RecordDrawTiming(const DrawTimingSet& info);
void SetImplTransform(const gfx::Transform& transform);
// Virtual for tests.

Powered by Google App Engine
This is Rietveld 408576698