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 |