| Index: cc/trees/layer_tree_host.cc
|
| diff --git a/cc/trees/layer_tree_host.cc b/cc/trees/layer_tree_host.cc
|
| index 3d193f7560ce5bc8e242cb3555871bc6c2b1a321..989f22ec696f0c208804b0565cd55a5cc1070884 100644
|
| --- a/cc/trees/layer_tree_host.cc
|
| +++ b/cc/trees/layer_tree_host.cc
|
| @@ -638,6 +638,7 @@ void LayerTreeHost::SetOverhangBitmap(const SkBitmap& bitmap) {
|
| scoped_refptr<UIResourceBitmap> overhang_ui_bitmap(UIResourceBitmap::Create(
|
| new uint8_t[bitmap.width() * bitmap.height() * bitmap.bytesPerPixel()],
|
| UIResourceBitmap::RGBA8,
|
| + UIResourceBitmap::REPEAT,
|
| gfx::Size(bitmap.width(), bitmap.height())));
|
| bitmap.copyPixelsTo(
|
| overhang_ui_bitmap->GetPixels(),
|
|
|