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

Unified Diff: cc/trees/layer_tree_host_common.cc

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_common.cc
diff --git a/cc/trees/layer_tree_host_common.cc b/cc/trees/layer_tree_host_common.cc
index 3bbbf6340b623d5e0dd95258d4cf3e00ec0308d6..310f432f44b01b41168b573e20eec1ba3858b49d 100644
--- a/cc/trees/layer_tree_host_common.cc
+++ b/cc/trees/layer_tree_host_common.cc
@@ -25,6 +25,14 @@ ScrollAndScaleSet::ScrollAndScaleSet() {}
ScrollAndScaleSet::~ScrollAndScaleSet() {}
+LayerTreeHostCommon::DrawTimingInfo::DrawTimingInfo() {}
+
+LayerTreeHostCommon::DrawTimingInfo::~DrawTimingInfo() {}
+
+DrawTimingSet::DrawTimingSet() {}
+
+DrawTimingSet::~DrawTimingSet() {}
+
static void SortLayers(LayerList::iterator forst,
LayerList::iterator end,
void* layer_sorter) {

Powered by Google App Engine
This is Rietveld 408576698