Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(954)

Unified Diff: third_party/WebKit/Source/platform/graphics/AcceleratedStaticBitmapImage.cpp

Issue 2740003004: Check StaticBitmapImage has changed from Mailbox to Skia in OffscreenCanvas commit (Closed)
Patch Set: remove todo Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698