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

Unified Diff: cc/layers/tiled_layer.cc

Issue 23708021: Do not clip inside OcclusionTracker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: all tests pass Created 7 years, 2 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 | « no previous file | cc/trees/layer_tree_host_impl.cc » ('j') | cc/trees/occlusion_tracker.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/tiled_layer.cc
diff --git a/cc/layers/tiled_layer.cc b/cc/layers/tiled_layer.cc
index bf4aac9bfa17c0b1ea88cc98a11dcfb63532df17..b0d163a729e0f5aae0cf3eef704c44d7e63e0e1f 100644
--- a/cc/layers/tiled_layer.cc
+++ b/cc/layers/tiled_layer.cc
@@ -378,9 +378,7 @@ void TiledLayer::MarkOcclusionsAndRequestTextures(
if (occlusion && occlusion->Occluded(render_target(),
visible_tile_rect,
draw_transform(),
- draw_transform_is_animating(),
- is_clipped(),
- clip_rect())) {
+ draw_transform_is_animating())) {
tile->occluded = true;
occluded_tile_count++;
} else {
« no previous file with comments | « no previous file | cc/trees/layer_tree_host_impl.cc » ('j') | cc/trees/occlusion_tracker.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698