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

Unified Diff: ui/compositor/compositor.cc

Issue 1227163017: cc: one copy is default as well as final fallback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: build fix Created 5 years, 5 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/test/fake_compositor_dependencies.cc ('k') | ui/compositor/compositor_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/compositor.cc
diff --git a/ui/compositor/compositor.cc b/ui/compositor/compositor.cc
index d864a02eb51d59b4c57cb60d7272a44edb708e07..b77341893e5faefb4df6f4ac45815b84ef960719 100644
--- a/ui/compositor/compositor.cc
+++ b/ui/compositor/compositor.cc
@@ -125,7 +125,6 @@ Compositor::Compositor(gfx::AcceleratedWidget widget,
settings.use_display_lists = true;
settings.use_zero_copy = IsUIZeroCopyEnabled();
- settings.use_one_copy = IsUIOneCopyEnabled();
// TODO(reveman): We currently assume that the compositor will use BGRA_8888
// if it's able to, and RGBA_8888 otherwise. Since we don't know what it will
« no previous file with comments | « content/test/fake_compositor_dependencies.cc ('k') | ui/compositor/compositor_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698