diff options
Diffstat (limited to 'cc/resources/content_layer_updater.h')
-rw-r--r-- | cc/resources/content_layer_updater.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/resources/content_layer_updater.h b/cc/resources/content_layer_updater.h index bedc614..80b8a48 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); |