| Index: third_party/WebKit/Source/platform/graphics/AcceleratedStaticBitmapImage.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/AcceleratedStaticBitmapImage.cpp b/third_party/WebKit/Source/platform/graphics/AcceleratedStaticBitmapImage.cpp
|
| index 0b34859663144a5450d66ec483b86d6a726c227c..287cf39ee80f99de7e3fb835c783fbf9c4441ad9 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/AcceleratedStaticBitmapImage.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/AcceleratedStaticBitmapImage.cpp
|
| @@ -155,7 +155,7 @@ void AcceleratedStaticBitmapImage::transfer() {
|
| WebThread* currentThread = Platform::current()->currentThread();
|
| m_textureHolder->setWasTransferred(true);
|
| m_textureHolder->setTextureThreadTaskRunner(
|
| - currentThread->getWebTaskRunner()->clone());
|
| + currentThread->getWebTaskRunner());
|
| }
|
| m_detachThreadAtNextCheck = true;
|
| }
|
|
|