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

Unified Diff: third_party/WebKit/public/platform/WebExternalTextureLayer.h

Issue 2387113002: reflow comments in public/platform/ (Closed)
Patch Set: nit 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/public/platform/WebExternalTextureLayer.h
diff --git a/third_party/WebKit/public/platform/WebExternalTextureLayer.h b/third_party/WebKit/public/platform/WebExternalTextureLayer.h
index bef6b7b2738490b237401a9c9a2235c43be427eb..06af6308c552c96a6b0e3d259619b254417882e6 100644
--- a/third_party/WebKit/public/platform/WebExternalTextureLayer.h
+++ b/third_party/WebKit/public/platform/WebExternalTextureLayer.h
@@ -50,7 +50,8 @@ class WebExternalTextureLayer {
// Sets whether every pixel in this layer is opaque. Defaults to false.
virtual void setOpaque(bool) = 0;
- // Sets whether this layer's texture has premultiplied alpha or not. Defaults to true.
+ // Sets whether this layer's texture has premultiplied alpha or not. Defaults
+ // to true.
virtual void setPremultipliedAlpha(bool) = 0;
// Sets whether the texture should be blended with the background color
« no previous file with comments | « third_party/WebKit/public/platform/WebEventListenerProperties.h ('k') | third_party/WebKit/public/platform/WebFileSystem.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698