| Index: cc/resources/bitmap_skpicture_content_layer_updater.h
|
| diff --git a/cc/resources/bitmap_skpicture_content_layer_updater.h b/cc/resources/bitmap_skpicture_content_layer_updater.h
|
| index 07bef128a2410350903a9be81819524490c27c27..63ca4a15b88ace97ab09ef1c0576743d6cd3f8bb 100644
|
| --- a/cc/resources/bitmap_skpicture_content_layer_updater.h
|
| +++ b/cc/resources/bitmap_skpicture_content_layer_updater.h
|
| @@ -10,9 +10,9 @@
|
|
|
| namespace cc {
|
|
|
| -// This class records the contentRect into an SkPicture, then software
|
| +// This class records the content_rect into an SkPicture, then software
|
| // rasterizes the SkPicture into bitmaps for each tile. This implements
|
| -// Settings::perTilePainting.
|
| +// LayerTreeSettingSettings::per_tile_painting_enabled.
|
| class BitmapSkPictureContentLayerUpdater : public SkPictureContentLayerUpdater {
|
| public:
|
| class Resource : public ContentLayerUpdater::Resource {
|
|
|