| Index: third_party/WebKit/Source/core/html/HTMLVideoElement.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/html/HTMLVideoElement.cpp b/third_party/WebKit/Source/core/html/HTMLVideoElement.cpp
 | 
| index d0fc1db2fb32f93dcf96079b55d90f74aa5dd0d7..48fe21d949ea4454d43c52c29c756a431e351f16 100644
 | 
| --- a/third_party/WebKit/Source/core/html/HTMLVideoElement.cpp
 | 
| +++ b/third_party/WebKit/Source/core/html/HTMLVideoElement.cpp
 | 
| @@ -202,7 +202,7 @@ void HTMLVideoElement::paintCurrentFrame(SkCanvas* canvas, const IntRect& destRe
 | 
|      if (!paint || !SkXfermode::AsMode(paint->getXfermode(), &mode))
 | 
|          mode = SkXfermode::kSrcOver_Mode;
 | 
|  
 | 
| -    // TODO(junov, philipj): crbug.com/456529 Pass the whole SkPaint instead of only alpha and xfermode
 | 
| +    // TODO(junov, foolip): crbug.com/456529 Pass the whole SkPaint instead of only alpha and xfermode
 | 
|      webMediaPlayer()->paint(canvas, destRect, paint ? paint->getAlpha() : 0xFF, mode);
 | 
|  }
 | 
|  
 | 
| 
 |