Index: third_party/WebKit/Source/core/page/DragController.cpp |
diff --git a/third_party/WebKit/Source/core/page/DragController.cpp b/third_party/WebKit/Source/core/page/DragController.cpp |
index 8d4750d96ddbe8998be606acf1f10a699bcead2a..f32ac8e79dda4848632c98f4d03e3571e6013d3a 100644 |
--- a/third_party/WebKit/Source/core/page/DragController.cpp |
+++ b/third_party/WebKit/Source/core/page/DragController.cpp |
@@ -1018,7 +1018,7 @@ static std::unique_ptr<DragImage> DragImageForImage( |
InterpolationQuality interpolation_quality = |
element->EnsureComputedStyle()->ImageRendering() == |
- kImageRenderingPixelated |
+ EImageRendering::kPixelated |
? kInterpolationNone |
: kInterpolationHigh; |
RespectImageOrientationEnum should_respect_image_orientation = |