diff options
author | danakj <danakj@chromium.org> | 2014-09-08 22:42:05 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-09 05:43:56 +0000 |
commit | a3e727222442a84542c508bf9b436691a217e08d (patch) | |
tree | 132a2eb3d1491d8aa25d1c532c66bce566a9f131 /content/renderer/render_thread_impl.h | |
parent | c923031cd39a3753878130bc215cb695b348f42b (diff) | |
download | chromium_src-a3e727222442a84542c508bf9b436691a217e08d.zip chromium_src-a3e727222442a84542c508bf9b436691a217e08d.tar.gz chromium_src-a3e727222442a84542c508bf9b436691a217e08d.tar.bz2 |
Disable low res tilings on desktop.
Stop creating low res tilings in the compositor on non-Android platforms.
The command line flags still exist to override this behaviour.
Android will continue to use low res tilings by default.
BUG=410610,407121
Review URL: https://codereview.chromium.org/536283002
Cr-Commit-Position: refs/heads/master@{#293858}
Diffstat (limited to 'content/renderer/render_thread_impl.h')
-rw-r--r-- | content/renderer/render_thread_impl.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h index 32f7d8e..59a6629 100644 --- a/content/renderer/render_thread_impl.h +++ b/content/renderer/render_thread_impl.h @@ -223,8 +223,6 @@ class CONTENT_EXPORT RenderThreadImpl : public RenderThread, return is_impl_side_painting_enabled_; } - bool is_low_res_tiling_enabled() const { return is_low_res_tiling_enabled_; } - bool is_lcd_text_enabled() const { return is_lcd_text_enabled_; } bool is_distance_field_text_enabled() const { @@ -573,7 +571,6 @@ class CONTENT_EXPORT RenderThreadImpl : public RenderThread, bool is_gpu_rasterization_enabled_; bool is_gpu_rasterization_forced_; bool is_impl_side_painting_enabled_; - bool is_low_res_tiling_enabled_; bool is_lcd_text_enabled_; bool is_distance_field_text_enabled_; bool is_zero_copy_enabled_; |