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

Unified Diff: third_party/WebKit/Source/modules/imagebitmap/ImageBitmapRenderingContext.cpp

Issue 2388423003: reflow comments in modules/[fetch,indexeddb] (Closed)
Patch Set: rebase Created 4 years, 2 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/modules/imagebitmap/ImageBitmapRenderingContext.cpp
diff --git a/third_party/WebKit/Source/modules/imagebitmap/ImageBitmapRenderingContext.cpp b/third_party/WebKit/Source/modules/imagebitmap/ImageBitmapRenderingContext.cpp
index b6308f574c0db05e89c6d499237a496ef8719a9f..83227e68047d8112b0a028632c1852916ea0ce21 100644
--- a/third_party/WebKit/Source/modules/imagebitmap/ImageBitmapRenderingContext.cpp
+++ b/third_party/WebKit/Source/modules/imagebitmap/ImageBitmapRenderingContext.cpp
@@ -39,7 +39,8 @@ void ImageBitmapRenderingContext::transferFromImageBitmap(
sk_sp<SkImage> skImage = m_image->imageForCurrentFrame();
if (skImage->isTextureBacked()) {
- // TODO(junov): crbug.com/585607 Eliminate this readback and use an ExternalTextureLayer
+ // TODO(junov): crbug.com/585607 Eliminate this readback and use an
+ // ExternalTextureLayer
sk_sp<SkSurface> surface =
SkSurface::MakeRasterN32Premul(skImage->width(), skImage->height());
if (!surface) {
« no previous file with comments | « third_party/WebKit/Source/modules/gamepad/NavigatorGamepad.cpp ('k') | third_party/WebKit/Source/modules/indexeddb/IDBAny.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698