| Index: third_party/WebKit/Source/platform/DragImage.cpp
|
| diff --git a/third_party/WebKit/Source/platform/DragImage.cpp b/third_party/WebKit/Source/platform/DragImage.cpp
|
| index d3e2316b7d9d07b321510422282b33c21bbcdf0f..3a1f10dcdd07932599f55d2823c26c6beedc0f44 100644
|
| --- a/third_party/WebKit/Source/platform/DragImage.cpp
|
| +++ b/third_party/WebKit/Source/platform/DragImage.cpp
|
| @@ -255,7 +255,7 @@ std::unique_ptr<DragImage> DragImage::create(const KURL& url,
|
| const float DragLabelRadius = 5;
|
|
|
| IntRect rect(IntPoint(), imageSize);
|
| - SkPaint backgroundPaint;
|
| + CdlPaint backgroundPaint;
|
| backgroundPaint.setColor(SkColorSetRGB(140, 140, 140));
|
| backgroundPaint.setAntiAlias(true);
|
| SkRRect rrect;
|
| @@ -264,7 +264,7 @@ std::unique_ptr<DragImage> DragImage::create(const KURL& url,
|
| buffer->canvas()->drawRRect(rrect, backgroundPaint);
|
|
|
| // Draw the text
|
| - SkPaint textPaint;
|
| + CdlPaint textPaint;
|
| if (drawURLString) {
|
| if (clipURLString)
|
| urlString = StringTruncator::centerTruncate(
|
|
|