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

Unified Diff: cc/surfaces/direct_compositor_frame_sink_unittest.cc

Issue 2609253003: Remove ForceReclaimResources (Closed)
Patch Set: cleanup Created 3 years, 11 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/surfaces/direct_compositor_frame_sink_unittest.cc
diff --git a/cc/surfaces/direct_compositor_frame_sink_unittest.cc b/cc/surfaces/direct_compositor_frame_sink_unittest.cc
index 1a6e1582f16d4fdf03601351c59c775bf9438b76..87347c0eace7e8060ea31e95ef1161a187104397 100644
--- a/cc/surfaces/direct_compositor_frame_sink_unittest.cc
+++ b/cc/surfaces/direct_compositor_frame_sink_unittest.cc
@@ -139,7 +139,6 @@ TEST_F(DirectCompositorFrameSinkTest, SuspendedDoesNotTriggerSwapBuffers) {
TEST_F(DirectCompositorFrameSinkTest,
LockingResourcesDoesNotIndirectlyCauseDamage) {
danakj 2017/01/04 18:43:38 It looks like you can remove this test, it's now i
ericrk 2017/01/11 19:17:54 Ah yeah, looks like it. That first part isn't real
- compositor_frame_sink_->ForceReclaimResources();
EXPECT_EQ(1u, display_output_surface_->num_sent_frames());
task_runner_->RunPendingTasks();
EXPECT_EQ(1u, display_output_surface_->num_sent_frames());

Powered by Google App Engine
This is Rietveld 408576698