| Index: services/ui/ws/test_utils.cc
|
| diff --git a/services/ui/ws/test_utils.cc b/services/ui/ws/test_utils.cc
|
| index 165c9a7344416c86dddf818ebadebb080bf62cb1..21f5af82a9289f3bc2c07c05a0c5e6d4f4d9da02 100644
|
| --- a/services/ui/ws/test_utils.cc
|
| +++ b/services/ui/ws/test_utils.cc
|
| @@ -159,16 +159,6 @@ TestPlatformDisplayFactory::CreatePlatformDisplay(
|
| return base::MakeUnique<TestPlatformDisplay>(metrics, cursor_storage_);
|
| }
|
|
|
| -// TestFrameGeneratorDelegate -------------------------------------------------
|
| -
|
| -TestFrameGeneratorDelegate::TestFrameGeneratorDelegate() {}
|
| -
|
| -TestFrameGeneratorDelegate::~TestFrameGeneratorDelegate() {}
|
| -
|
| -bool TestFrameGeneratorDelegate::IsInHighContrastMode() {
|
| - return false;
|
| -}
|
| -
|
| // WindowTreeTestApi ---------------------------------------------------------
|
|
|
| WindowTreeTestApi::WindowTreeTestApi(WindowTree* tree) : tree_(tree) {}
|
|
|