| Index: cc/picture_layer_tiling.h
|
| diff --git a/cc/picture_layer_tiling.h b/cc/picture_layer_tiling.h
|
| index 58883af4081888041b88146d1aebd49d658531df..e59ac62a15d972191b5632c5d9e5b566c6b85956 100644
|
| --- a/cc/picture_layer_tiling.h
|
| +++ b/cc/picture_layer_tiling.h
|
| @@ -35,6 +35,7 @@ class PictureLayerTilingClient {
|
|
|
| class CC_EXPORT PictureLayerTiling {
|
| public:
|
| + static void SetStoreScrenSpaceQuadsOnTiles(bool);
|
| ~PictureLayerTiling();
|
|
|
| // Create a tiling with no tiles. CreateTiles must be called to add some.
|
|
|