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

Unified Diff: content/browser/renderer_host/begin_frame_observer_proxy_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
« no previous file with comments | « content/browser/compositor/software_output_device_ozone_unittest.cc ('k') | ui/aura/window_tree_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/begin_frame_observer_proxy_unittest.cc
diff --git a/content/browser/renderer_host/begin_frame_observer_proxy_unittest.cc b/content/browser/renderer_host/begin_frame_observer_proxy_unittest.cc
index fe2b5289c00e2feb23e65f9268ff2fcef1c7e65a..77b00e96b01d397ec230147c90212c5b66beb885 100644
--- a/content/browser/renderer_host/begin_frame_observer_proxy_unittest.cc
+++ b/content/browser/renderer_host/begin_frame_observer_proxy_unittest.cc
@@ -40,8 +40,7 @@ class BeginFrameObserverProxyTest : public testing::Test {
compositor_task_runner_ = new base::TestSimpleTaskRunner();
compositor_.reset(
new ui::Compositor(context_factory, compositor_task_runner_));
- compositor_->SetAcceleratedWidgetAndStartCompositor(
- gfx::kNullAcceleratedWidget);
+ compositor_->SetAcceleratedWidget(gfx::kNullAcceleratedWidget);
}
void TearDown() override {
« no previous file with comments | « content/browser/compositor/software_output_device_ozone_unittest.cc ('k') | ui/aura/window_tree_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698