Index: cc/trees/occlusion_tracker.cc |
diff --git a/cc/trees/occlusion_tracker.cc b/cc/trees/occlusion_tracker.cc |
index bce1fd514e8bc82318b2857e5f39f1edba0f3b9a..dd1b722e7cc2069ce14795a8dbc7d86f27cdd94f 100644 |
--- a/cc/trees/occlusion_tracker.cc |
+++ b/cc/trees/occlusion_tracker.cc |
@@ -140,7 +140,7 @@ static inline bool LayerIsInUnsorted3dRenderingContext(const Layer* layer) { |
return layer->Is3dSorted(); |
} |
static inline bool LayerIsInUnsorted3dRenderingContext(const LayerImpl* layer) { |
- return false; |
+ return layer->Is3dSorted(); |
} |
template <typename LayerType> |