Index: cc/trees/occlusion_tracker.cc |
diff --git a/cc/trees/occlusion_tracker.cc b/cc/trees/occlusion_tracker.cc |
index 7d90834b35f6d05030a3b8a2c529bdf8dabd7c0a..cb086f2dc1468f999b2643bdd3be9a0842284ce5 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> |