| Index: cc/picture_layer_tiling.h
|
| diff --git a/cc/picture_layer_tiling.h b/cc/picture_layer_tiling.h
|
| index 58883af4081888041b88146d1aebd49d658531df..7558332c3324a0197d18a4850f055933c856a59a 100644
|
| --- a/cc/picture_layer_tiling.h
|
| +++ b/cc/picture_layer_tiling.h
|
| @@ -31,6 +31,9 @@ class PictureLayerTilingClient {
|
| virtual gfx::Size CalculateTileSize(
|
| gfx::Size current_tile_size,
|
| gfx::Size content_bounds) = 0;
|
| +
|
| + protected:
|
| + virtual ~PictureLayerTilingClient() { }
|
| };
|
|
|
| class CC_EXPORT PictureLayerTiling {
|
|
|