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

Unified Diff: cc/test/test_layer_tree_host_base.h

Issue 2726343004: cc: Optimize decode scheduling for checker-images. (Closed)
Patch Set: rebase Created 3 years, 8 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
« no previous file with comments | « cc/test/fake_recording_source.h ('k') | cc/test/test_layer_tree_host_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/test_layer_tree_host_base.h
diff --git a/cc/test/test_layer_tree_host_base.h b/cc/test/test_layer_tree_host_base.h
index abce2ed061f35b5c8088a2d93c9ffe2783b768f0..e05cf423fd8aee0d13c07d308228ea7fca53ae00 100644
--- a/cc/test/test_layer_tree_host_base.h
+++ b/cc/test/test_layer_tree_host_base.h
@@ -46,6 +46,7 @@ class TestLayerTreeHostBase : public testing::Test {
const gfx::Size& tile_size,
const Region& invalidation);
void ActivateTree();
+ void PerformImplSideInvalidation();
void RebuildPropertyTreesOnPendingTree();
FakeLayerTreeHostImpl* host_impl() const { return host_impl_.get(); }
« no previous file with comments | « cc/test/fake_recording_source.h ('k') | cc/test/test_layer_tree_host_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698