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

Unified Diff: cc/layers/layer_unittest.cc

Issue 2324273002: Remove external begin frame source parameter and settings (Closed)
Patch Set: Add back comment, remove more febfs includes Created 4 years, 3 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/layers/layer_position_constraint_unittest.cc ('k') | cc/layers/scrollbar_layer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/layer_unittest.cc
diff --git a/cc/layers/layer_unittest.cc b/cc/layers/layer_unittest.cc
index 453ec07f1ada2834b3fef44312952eaee8b43102..6662c03f345b12ea80401f270fad5e43a6782d29 100644
--- a/cc/layers/layer_unittest.cc
+++ b/cc/layers/layer_unittest.cc
@@ -907,7 +907,7 @@ class MockLayerTreeHost : public LayerTreeHostInProcess {
CompositorMode::SINGLE_THREADED,
base::MakeUnique<StrictMock<MockLayerTree>>(params, this)) {
InitializeSingleThreaded(single_thread_client,
- base::ThreadTaskRunnerHandle::Get(), nullptr);
+ base::ThreadTaskRunnerHandle::Get());
}
MOCK_METHOD0(SetNeedsCommit, void());
« no previous file with comments | « cc/layers/layer_position_constraint_unittest.cc ('k') | cc/layers/scrollbar_layer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698