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

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: Created 7 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 | « no previous file | cc/trees/layer_tree_host.cc » ('j') | cc/trees/occlusion_tracker.h » ('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 2d812e8933b04dfc525a5e99f0b89032a21f9b6b..9815404105d67224478dee4a0bd5d73400f40d3a 100644
--- a/cc/layers/tiled_layer.cc
+++ b/cc/layers/tiled_layer.cc
@@ -379,8 +379,6 @@ void TiledLayer::MarkOcclusionsAndRequestTextures(
visible_tile_rect,
draw_transform(),
draw_transform_is_animating(),
- is_clipped(),
- clip_rect(),
NULL)) {
tile->occluded = true;
occluded_tile_count++;
« no previous file with comments | « no previous file | cc/trees/layer_tree_host.cc » ('j') | cc/trees/occlusion_tracker.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698