| Index: cc/resources/content_layer_updater.h
|
| diff --git a/cc/resources/content_layer_updater.h b/cc/resources/content_layer_updater.h
|
| index bedc6147f17981fabf4b703933330b67238a1e1e..80b8a48b1846c4351e9cda88fce1359edf72aec8 100644
|
| --- a/cc/resources/content_layer_updater.h
|
| +++ b/cc/resources/content_layer_updater.h
|
| @@ -17,7 +17,7 @@ class LayerPainter;
|
|
|
| // Base class for BitmapContentLayerUpdater and
|
| // SkPictureContentLayerUpdater that reduces code duplication between
|
| -// their respective paintContents implementations.
|
| +// their respective PaintContents implementations.
|
| class CC_EXPORT ContentLayerUpdater : public LayerUpdater {
|
| protected:
|
| explicit ContentLayerUpdater(scoped_ptr<LayerPainter> painter);
|
|
|