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

Unified Diff: ui/compositor/compositor.cc

Issue 684543006: cc: Toggle LCD text at raster time instead of record time. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: lcdraster: . Created 6 years, 1 month 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: ui/compositor/compositor.cc
diff --git a/ui/compositor/compositor.cc b/ui/compositor/compositor.cc
index e85c5790536e2394e81874bdf0740fbb8ececd39..4af15b6bf32d11ff0e8470d0bec6693df42a3378 100644
--- a/ui/compositor/compositor.cc
+++ b/ui/compositor/compositor.cc
@@ -90,6 +90,7 @@ Compositor::Compositor(gfx::AcceleratedWidget widget,
CommandLine* command_line = CommandLine::ForCurrentProcess();
cc::LayerTreeSettings settings;
+ settings.layers_always_allowed_lcd_text = true;
enne (OOO) 2014/11/14 00:05:46 Would it make sense to leave a comment here about
settings.refresh_rate =
context_factory_->DoesCreateTestContexts()
? kTestRefreshRate

Powered by Google App Engine
This is Rietveld 408576698