| Index: content/browser/renderer_host/media/desktop_capture_device_aura_unittest.cc
|
| diff --git a/content/browser/renderer_host/media/desktop_capture_device_aura_unittest.cc b/content/browser/renderer_host/media/desktop_capture_device_aura_unittest.cc
|
| index d5818171edfe9fb51b176acf5391a133c0550a17..4320155c712383b0bcdae1fa50b8bca55d3edb6a 100644
|
| --- a/content/browser/renderer_host/media/desktop_capture_device_aura_unittest.cc
|
| +++ b/content/browser/renderer_host/media/desktop_capture_device_aura_unittest.cc
|
| @@ -57,7 +57,8 @@ class DesktopCaptureDeviceAuraTest : public testing::Test {
|
| protected:
|
| virtual void SetUp() OVERRIDE {
|
| helper_.reset(new aura::test::AuraTestHelper(&message_loop_));
|
| - helper_->SetUp();
|
| + bool allow_test_contexts = true;
|
| + helper_->SetUp(allow_test_contexts);
|
|
|
| // We need a window to cover desktop area so that DesktopCaptureDeviceAura
|
| // can use gfx::NativeWindow::GetWindowAtScreenPoint() to locate the
|
|
|