| 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 a1352386611c29fee34d6e92b20b0414590eebd8..85b97a25d66922372c1ffa3e1cab7cb7c6b1d698 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/AcceleratedStaticBitmapImage.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/AcceleratedStaticBitmapImage.cpp
|
| @@ -91,6 +91,9 @@ 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();
|
|
|