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

Unified Diff: cc/test/fake_layer_tree_host_impl.h

Issue 465853004: Moving RenderSurface creation outside of CalcDrawProps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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/test/fake_layer_tree_host_impl.h
diff --git a/cc/test/fake_layer_tree_host_impl.h b/cc/test/fake_layer_tree_host_impl.h
index 0d0014cb6b4e3b76197d4722fd1dc072e26d141f..869bb2b83551480fc1a7901c8fd78ef31473689a 100644
--- a/cc/test/fake_layer_tree_host_impl.h
+++ b/cc/test/fake_layer_tree_host_impl.h
@@ -33,6 +33,7 @@ class FakeLayerTreeHostImpl : public LayerTreeHostImpl {
void UpdateNumChildrenAndDrawPropertiesForActiveTree();
static void UpdateNumChildrenAndDrawProperties(LayerTreeImpl* layerTree);
static int RecursiveUpdateNumChildren(LayerImpl* layer);
+ virtual bool IsTesting() OVERRIDE;
using LayerTreeHostImpl::ActivateSyncTree;
using LayerTreeHostImpl::manage_tiles_needed;

Powered by Google App Engine
This is Rietveld 408576698