| 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 acc25caa3fb3cfbb6a39828d98ff5fade68a5e1d..c09254b57d3acffd42301ee61e289477977e8efe 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLVideoElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLVideoElement.cpp
|
| @@ -191,13 +191,13 @@ void HTMLVideoElement::updateDisplayState() {
|
| setDisplayMode(Poster);
|
| }
|
|
|
| -void HTMLVideoElement::paintCurrentFrame(SkCanvas* canvas,
|
| +void HTMLVideoElement::paintCurrentFrame(CdlCanvas* canvas,
|
| const IntRect& destRect,
|
| - const SkPaint* paint) const {
|
| + const CdlPaint* paint) const {
|
| if (!webMediaPlayer())
|
| return;
|
|
|
| - SkPaint mediaPaint;
|
| + CdlPaint mediaPaint;
|
| if (paint) {
|
| mediaPaint = *paint;
|
| } else {
|
|
|