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

Unified Diff: content/renderer/gpu/render_widget_compositor_unittest.cc

Issue 1985973002: Defer compositor context creation to the thread. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: contextfactory: . Created 4 years, 7 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/renderer/gpu/render_widget_compositor_unittest.cc
diff --git a/content/renderer/gpu/render_widget_compositor_unittest.cc b/content/renderer/gpu/render_widget_compositor_unittest.cc
index 11c3a575a4c51a6c2ce3efd4e8af34a30f26ccb7..c184c342beba43f6d7acea1bc87be3a70c34598f 100644
--- a/content/renderer/gpu/render_widget_compositor_unittest.cc
+++ b/content/renderer/gpu/render_widget_compositor_unittest.cc
@@ -148,8 +148,6 @@ class RenderWidgetCompositorOutputSurface : public RenderWidgetCompositor {
if (success) {
std::unique_ptr<cc::TestWebGraphicsContext3D> context =
cc::TestWebGraphicsContext3D::Create();
- // Image support required for synchronous compositing.
- context->set_support_image(true);
// Create delegating surface so that max_pending_frames = 1.
return cc::FakeOutputSurface::CreateDelegating3d(std::move(context));
}
« cc/test/test_context_provider.h ('K') | « cc/trees/layer_tree_host_unittest_copyrequest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698