commit | 10c9af41a73ac7db787d64344630f8200925cfe5 | [log] [tgz] |
---|---|---|
author | jackhou <[email protected]> | Thu Dec 04 05:24:44 2014 |
committer | Commit bot <[email protected]> | Thu Dec 04 05:25:03 2014 |
tree | c2fe05f5439b39c9d9409b362a29577863469609 | |
parent | edbe9193bddce5f58e9070e219735363cdc27191 [diff] [blame] |
[cc] Add nearest neighbor filtering for TextureLayer. Blink side is here (depends on this CL): https://codereview.chromium.org/562583002/ This CL also depends on another blink side change here: https://codereview.chromium.org/699103002/ BUG=134040 Review URL: https://codereview.chromium.org/558083002 Cr-Commit-Position: refs/heads/master@{#306768}
diff --git a/cc/trees/layer_tree_host_impl.cc b/cc/trees/layer_tree_host_impl.cc index 7ca82e35..566fb57 100644 --- a/cc/trees/layer_tree_host_impl.cc +++ b/cc/trees/layer_tree_host_impl.cc
@@ -667,6 +667,7 @@ overhang_resource_scaled_size.height()), screen_background_color, vertex_opacity, + false, false); } }