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

Unified Diff: cc/resources/tile.cc

Issue 374653003: Track occlusion per tree on Tile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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
« cc/resources/tile.h ('K') | « cc/resources/tile.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/tile.cc
diff --git a/cc/resources/tile.cc b/cc/resources/tile.cc
index 781d00899e13935ee458a7c6cef28c082d17c273..02cac9e105cc13b1bd8359ed93a22932f5bb630b 100644
--- a/cc/resources/tile.cc
+++ b/cc/resources/tile.cc
@@ -30,7 +30,8 @@ Tile::Tile(TileManager* tile_manager,
content_rect_(content_rect),
contents_scale_(contents_scale),
opaque_rect_(opaque_rect),
- is_occluded_(false),
+ is_occluded_on_active_tree_(false),
+ is_occluded_on_pending_tree_(false),
layer_id_(layer_id),
source_frame_number_(source_frame_number),
flags_(flags),
« cc/resources/tile.h ('K') | « cc/resources/tile.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698