| Index: cc/layers/picture_layer_impl.h
|
| diff --git a/cc/layers/picture_layer_impl.h b/cc/layers/picture_layer_impl.h
|
| index d49205137510bd9d5f3bc57e89a785d42de65616..70a2f4a08ff594fd1415c4036c9bbdf6f8c53cff 100644
|
| --- a/cc/layers/picture_layer_impl.h
|
| +++ b/cc/layers/picture_layer_impl.h
|
| @@ -123,6 +123,7 @@ class CC_EXPORT PictureLayerImpl
|
| virtual size_t GetMaxTilesForInterestArea() const OVERRIDE;
|
| virtual float GetSkewportTargetTimeInSeconds() const OVERRIDE;
|
| virtual int GetSkewportExtrapolationLimitInContentPixels() const OVERRIDE;
|
| + virtual WhichTree GetTree() const OVERRIDE;
|
|
|
| // PushPropertiesTo active tree => pending tree.
|
| void SyncTiling(const PictureLayerTiling* tiling);
|
| @@ -137,7 +138,6 @@ class CC_EXPORT PictureLayerImpl
|
|
|
| // Functions used by tile manager.
|
| PictureLayerImpl* GetTwinLayer() { return twin_layer_; }
|
| - WhichTree GetTree() const;
|
| bool IsOnActiveOrPendingTree() const;
|
| bool HasValidTilePriorities() const;
|
| bool AllTilesRequiredForActivationAreReadyToDraw() const;
|
|
|