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

Unified Diff: cc/test/fake_layer_tree_host_impl.h

Issue 2781483006: cc : Compute render surface is_clipped outside property tree building (Closed)
Patch Set: . Created 3 years, 9 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 65c5fca7ffc1ce76a48114822ba0ed6102d50041..880418f93c4ec1736309aeb5816309663386f3c3 100644
--- a/cc/test/fake_layer_tree_host_impl.h
+++ b/cc/test/fake_layer_tree_host_impl.h
@@ -41,7 +41,6 @@ class FakeLayerTreeHostImpl : public LayerTreeHostImpl {
void AdvanceToNextFrame(base::TimeDelta advance_by);
void UpdateNumChildrenAndDrawPropertiesForActiveTree();
static void UpdateNumChildrenAndDrawProperties(LayerTreeImpl* layerTree);
- static int RecursiveUpdateNumChildren(LayerImpl* layer);
using LayerTreeHostImpl::ActivateSyncTree;
using LayerTreeHostImpl::prepare_tiles_needed;

Powered by Google App Engine
This is Rietveld 408576698