| 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 ba603216293bb070121ac48bc9fe0d8d0d18fb29..472456b256fea8b3658bd14fe029d5ea9cd2292a 100644
|
| --- a/third_party/WebKit/Source/platform/DragImage.cpp
|
| +++ b/third_party/WebKit/Source/platform/DragImage.cpp
|
| @@ -149,10 +149,7 @@ std::unique_ptr<DragImage> DragImage::create(
|
| if (!image)
|
| return nullptr;
|
|
|
| - // TODO(ccameron): DragImage needs to be color space aware.
|
| - // https://crbug.com/672316
|
| - sk_sp<SkImage> skImage =
|
| - image->imageForCurrentFrame(ColorBehavior::transformToGlobalTarget());
|
| + sk_sp<SkImage> skImage = image->imageForCurrentFrame();
|
| if (!skImage)
|
| return nullptr;
|
|
|
|
|