| Index: content/public/test/browser_test_base.cc
|
| diff --git a/content/public/test/browser_test_base.cc b/content/public/test/browser_test_base.cc
|
| index cbeedb1d3c57043676a248b3061b4d7a9b92a0b8..34932427aa6b832a7b00595fadf4f11e9c2509eb 100644
|
| --- a/content/public/test/browser_test_base.cc
|
| +++ b/content/public/test/browser_test_base.cc
|
| @@ -295,10 +295,6 @@ void BrowserTestBase::PostTaskToInProcessRendererAndWait(
|
| void BrowserTestBase::EnablePixelOutput() { enable_pixel_output_ = true; }
|
|
|
| void BrowserTestBase::UseSoftwareCompositing() {
|
| -#if !defined(USE_AURA) && !defined(OS_MACOSX)
|
| - // TODO(danakj): Remove when GTK linux is no more.
|
| - NOTREACHED();
|
| -#endif
|
| use_software_compositing_ = true;
|
| }
|
|
|
|
|