| Index: cc/resources/picture_layer_tiling.h
|
| diff --git a/cc/resources/picture_layer_tiling.h b/cc/resources/picture_layer_tiling.h
|
| index 104ca107753e3ef12fb34f6fca6361d18231309d..d45b642adb80d4be29831cbd16ae88eeb56a3ccb 100644
|
| --- a/cc/resources/picture_layer_tiling.h
|
| +++ b/cc/resources/picture_layer_tiling.h
|
| @@ -57,6 +57,8 @@ class CC_EXPORT PictureLayerTilingClient {
|
|
|
| class CC_EXPORT PictureLayerTiling {
|
| public:
|
| + static const int kBorderTexels = 1;
|
| +
|
| enum EvictionCategory {
|
| EVENTUALLY,
|
| EVENTUALLY_AND_REQUIRED_FOR_ACTIVATION,
|
|
|