Index: cc/trees/occlusion_tracker.cc |
diff --git a/cc/trees/occlusion_tracker.cc b/cc/trees/occlusion_tracker.cc |
index 388eb6ee2caa20c2a797bc6b4c8f0c22206ecc36..0f0ce158400add99977bb525b0a1b334d0f782a9 100644 |
--- a/cc/trees/occlusion_tracker.cc |
+++ b/cc/trees/occlusion_tracker.cc |
@@ -155,7 +155,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> |