diff options
Diffstat (limited to 'cc/resources/bitmap_skpicture_content_layer_updater.h')
-rw-r--r-- | cc/resources/bitmap_skpicture_content_layer_updater.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/resources/bitmap_skpicture_content_layer_updater.h b/cc/resources/bitmap_skpicture_content_layer_updater.h index 07bef12..63ca4a1 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 { |