Index: cc/layers/painted_scrollbar_layer.cc |
diff --git a/cc/layers/painted_scrollbar_layer.cc b/cc/layers/painted_scrollbar_layer.cc |
index 4cc7bf8f250c768e93c7adcafed080615cf5bdb3..f5795de21129d5fadcedd4b49a38cb6c4b0b1e36 100644 |
--- a/cc/layers/painted_scrollbar_layer.cc |
+++ b/cc/layers/painted_scrollbar_layer.cc |
@@ -218,6 +218,7 @@ scoped_refptr<UIResourceBitmap> PaintedScrollbarLayer::RasterizeScrollbarPart( |
scoped_refptr<UIResourceBitmap> bitmap = |
UIResourceBitmap::Create(new uint8_t[rect.width() * rect.height() * 4], |
UIResourceBitmap::RGBA8, |
+ UIResourceBitmap::CLAMP_TO_EDGE, |
rect.size()); |
SkBitmap skbitmap; |