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

Unified Diff: cc/test/fake_layer_tree_host_impl.h

Issue 924973003: CC: Force push properties for all layers when tracing is started (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments addressed Created 5 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 fe9bc4f9cc6fbb754e56941045b71ca60d3c2804..e6cd2c45bc64efbac4d7719623555ffd782f263b 100644
--- a/cc/test/fake_layer_tree_host_impl.h
+++ b/cc/test/fake_layer_tree_host_impl.h
@@ -21,7 +21,7 @@ class FakeLayerTreeHostImpl : public LayerTreeHostImpl {
~FakeLayerTreeHostImpl() override;
void ForcePrepareToDraw() {
- LayerTreeHostImpl::FrameData frame_data;
+ FrameData frame_data;
PrepareToDraw(&frame_data);
DidDrawAllLayers(frame_data);
}

Powered by Google App Engine
This is Rietveld 408576698