| Index: cc/surfaces/display_unittest.cc
|
| diff --git a/cc/surfaces/display_unittest.cc b/cc/surfaces/display_unittest.cc
|
| index 1c96a0dae683599c0841e79628fcfa73133436e7..a7526b0088d7fc8d076e5f7b4fb16c03e056bf91 100644
|
| --- a/cc/surfaces/display_unittest.cc
|
| +++ b/cc/surfaces/display_unittest.cc
|
| @@ -92,7 +92,7 @@ class DisplayTest : public testing::Test {
|
| true /* needs_sync_points */)),
|
| task_runner_(new base::NullTaskRunner) {}
|
|
|
| - ~DisplayTest() override { support_->EvictFrame(); }
|
| + ~DisplayTest() override { support_->EvictCurrentSurface(); }
|
|
|
| void SetUpDisplay(const RendererSettings& settings,
|
| std::unique_ptr<TestWebGraphicsContext3D> context) {
|
|
|