| 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 903f3e0098caecacec6d8502175caa509bdb5ba7..a6da32d56501be58cb94535cdceaf271e6142cb4 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/AcceleratedStaticBitmapImage.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/AcceleratedStaticBitmapImage.cpp
|
| @@ -91,9 +91,6 @@ void AcceleratedStaticBitmapImage::copyToTexture(
|
|
|
| sk_sp<SkImage> AcceleratedStaticBitmapImage::imageForCurrentFrame(
|
| const ColorBehavior& colorBehavior) {
|
| - // TODO(xlai): Refactor so that sync tokens are only used when
|
| - // |m_textureHolder| is MailboxTextureHolder.
|
| - // https://crbug.com/693229
|
| // TODO(ccameron): This function should not ignore |colorBehavior|.
|
| // https://crbug.com/672306
|
| checkThread();
|
|
|