[cc] Cleanup: Modify description of BitmapContentLayerUpdater

R=ccameron@chromium.org
BUG=NONE
TEST=NONE(no functional change)

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243412 0039d316-1c4b-4281-b951-d872f2087c98
parent 44f128db
...@@ -18,8 +18,9 @@ class LayerPainter; ...@@ -18,8 +18,9 @@ class LayerPainter;
class RenderingStatsInstrumenation; class RenderingStatsInstrumenation;
// This class rasterizes the content_rect into a skia bitmap canvas. It then // This class rasterizes the content_rect into a skia bitmap canvas. It then
// updates textures by copying from the canvas into the texture, using // creates a ResourceUpdate with this bitmap canvas and inserts the
// MapSubImage if possible. // ResourceBundle to the provided ResourceUpdateQueue. Actual texture uploading
// is done by ResourceUpdateController.
class CC_EXPORT BitmapContentLayerUpdater : public ContentLayerUpdater { class CC_EXPORT BitmapContentLayerUpdater : public ContentLayerUpdater {
public: public:
class Resource : public LayerUpdater::Resource { class Resource : public LayerUpdater::Resource {
......
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