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

Unified Diff: ui/compositor/test/test_compositor_host_x11.cc

Issue 2877483003: Implements core logic for Pixel Canvas (Closed)
Patch Set: Sync with ToT Created 3 years, 4 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 | « ui/compositor/test/test_compositor_host_win.cc ('k') | ui/gfx/geometry/rect.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/test/test_compositor_host_x11.cc
diff --git a/ui/compositor/test/test_compositor_host_x11.cc b/ui/compositor/test/test_compositor_host_x11.cc
index d8a6e9078dc430e488014548d7663a14e89339c9..87cce6c54057fc3c0d8e7a741ec3238a5744330a 100644
--- a/ui/compositor/test/test_compositor_host_x11.cc
+++ b/ui/compositor/test/test_compositor_host_x11.cc
@@ -58,7 +58,8 @@ TestCompositorHostX11::TestCompositorHostX11(
context_factory_,
context_factory_private_,
base::ThreadTaskRunnerHandle::Get(),
- false /* enable_surface_synchronization */) {}
+ false /* enable_surface_synchronization */,
+ false /* enable_pixel_canvas */) {}
TestCompositorHostX11::~TestCompositorHostX11() {}
« no previous file with comments | « ui/compositor/test/test_compositor_host_win.cc ('k') | ui/gfx/geometry/rect.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698