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

Unified Diff: content/renderer/render_thread_impl.cc

Issue 536283002: Disable low res tilings on desktop. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nolowres: compile Created 6 years, 3 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/renderer/render_thread_impl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_thread_impl.cc
diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc
index 0dff66e49fa3c8e770ff4e8bd97608506e91bb00..515a1e4c196ecd8aeb1b0a98982d27e2359bb57b 100644
--- a/content/renderer/render_thread_impl.cc
+++ b/content/renderer/render_thread_impl.cc
@@ -514,12 +514,6 @@ void RenderThreadImpl::Init() {
is_distance_field_text_enabled_ = false;
}
- is_low_res_tiling_enabled_ = true;
- if (command_line.HasSwitch(switches::kDisableLowResTiling) &&
- !command_line.HasSwitch(switches::kEnableLowResTiling)) {
- is_low_res_tiling_enabled_ = false;
- }
-
// Note that under Linux, the media library will normally already have
// been initialized by the Zygote before this instance became a Renderer.
base::FilePath media_path;
« no previous file with comments | « content/renderer/render_thread_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698