[cc] Cleanup: modify the description of SkPictureContentLayerUpdater

R=enne@chromium.org
BUG=NONE
TEST=NONE (No functional change)

Review URL: https://codereview.chromium.org/130213002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243846 0039d316-1c4b-4281-b951-d872f2087c98
parent 04a6cc44
...@@ -14,11 +14,8 @@ namespace cc { ...@@ -14,11 +14,8 @@ namespace cc {
class LayerPainter; class LayerPainter;
// This class records the content_rect into an SkPicture. Subclasses, provide // This class records the content_rect into an SkPicture. Subclass provides
// different implementations of tile updating based on this recorded picture. // SkCanvas to DrawPicture() for tile updating based on this recorded picture.
// The BitmapSkPictureContentLayerUpdater and
// FrameBufferSkPictureContentLayerUpdater are two examples of such
// implementations.
class SkPictureContentLayerUpdater : public ContentLayerUpdater { class SkPictureContentLayerUpdater : public ContentLayerUpdater {
protected: protected:
SkPictureContentLayerUpdater( SkPictureContentLayerUpdater(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment