| Index: cc/ScrollbarLayerChromium.cpp
|
| diff --git a/cc/ScrollbarLayerChromium.cpp b/cc/ScrollbarLayerChromium.cpp
|
| index e9c65cf7c33daa567cab7c4520346dac4bf071ed..b014b8151438883f2e03b327f2de70d13bd17393 100644
|
| --- a/cc/ScrollbarLayerChromium.cpp
|
| +++ b/cc/ScrollbarLayerChromium.cpp
|
| @@ -235,11 +235,8 @@ void ScrollbarLayerChromium::updatePart(CachingBitmapCanvasLayerTextureUpdater*
|
| return;
|
| }
|
|
|
| - texture->prepareRect(rect, stats);
|
| -
|
| IntSize destOffset(0, 0);
|
| - TextureUploader::Parameters upload = { texture, rect, destOffset };
|
| - queue.appendFullUpload(upload);
|
| + texture->update(queue, rect, destOffset, false, stats);
|
| }
|
|
|
|
|
|
|