| Index: cc/ScrollbarLayerChromium.cpp
|
| diff --git a/cc/ScrollbarLayerChromium.cpp b/cc/ScrollbarLayerChromium.cpp
|
| index 745fd34c63ea18d6da831f3881eb71d1b0f7efa0..2452c89d7ed8326600121c8b7b1d7c8dae16388c 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);
|
| }
|
|
|
|
|
|
|