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

Unified Diff: content/browser/compositor/reflector_impl_unittest.cc

Issue 1373033004: aura: Defer OutputSurface creation until widget is available (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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: content/browser/compositor/reflector_impl_unittest.cc
diff --git a/content/browser/compositor/reflector_impl_unittest.cc b/content/browser/compositor/reflector_impl_unittest.cc
index 228a596151fd2f620cb354ab04e9c347717ffbc4..1b5018cedbe73f604b4ea51f0c8b6301063fae74 100644
--- a/content/browser/compositor/reflector_impl_unittest.cc
+++ b/content/browser/compositor/reflector_impl_unittest.cc
@@ -124,8 +124,7 @@ class ReflectorImplTest : public testing::Test {
compositor_task_runner_ = new FakeTaskRunner();
compositor_.reset(
new ui::Compositor(context_factory, compositor_task_runner_.get()));
- compositor_->SetAcceleratedWidgetAndStartCompositor(
- gfx::kNullAcceleratedWidget);
+ compositor_->SetAcceleratedWidget(gfx::kNullAcceleratedWidget);
context_provider_ = cc::TestContextProvider::Create(
cc::TestWebGraphicsContext3D::Create().Pass());
output_surface_ =

Powered by Google App Engine
This is Rietveld 408576698