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

Unified Diff: cc/trees/single_thread_proxy.h

Issue 416273002: BSP Tree perf tests to match LayerSorter perf tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased with BSP patch 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/single_thread_proxy.h
diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h
index cd593aca6092b76ed550d940f0f9b9b89ee9dc90..154808c5c36b623a2f17def3f8a4f63760720ca1 100644
--- a/cc/trees/single_thread_proxy.h
+++ b/cc/trees/single_thread_proxy.h
@@ -92,6 +92,10 @@ class CC_EXPORT SingleThreadProxy : public Proxy,
// Called by the legacy path where RenderWidget does the scheduling.
void CompositeImmediately(base::TimeTicks frame_begin_time);
+ LayerTreeHostImpl* layer_tree_host_impl() const {
enne (OOO) 2014/07/28 23:37:40 Is this change needed?
troyhildebrandt 2014/07/29 19:57:17 Not any more, definitely an artifact of a previous
+ return layer_tree_host_impl_.get();
+ }
+
private:
SingleThreadProxy(
LayerTreeHost* layer_tree_host,
« cc/trees/layer_tree_host_common_perftest.cc ('K') | « cc/trees/layer_tree_host_common_perftest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698