| Index: cc/trees/occlusion_tracker.cc
|
| diff --git a/cc/trees/occlusion_tracker.cc b/cc/trees/occlusion_tracker.cc
|
| index ceb2d1434ceb343c941249c80aa8d30cd77e609f..651db7a12776ad9813f0aa74be6dc5ac00b68be9 100644
|
| --- a/cc/trees/occlusion_tracker.cc
|
| +++ b/cc/trees/occlusion_tracker.cc
|
| @@ -131,7 +131,7 @@ static inline bool SurfaceTransformsToScreenKnown(const RenderSurfaceImpl* rs) {
|
| }
|
|
|
| static inline bool LayerIsInUnsorted3dRenderingContext(const Layer* layer) {
|
| - return layer->is_3d_sorted();
|
| + return layer->Is3dSorted();
|
| }
|
| static inline bool LayerIsInUnsorted3dRenderingContext(const LayerImpl* layer) {
|
| return false;
|
|
|