| Index: third_party/WebKit/Source/platform/DragImage.h
|
| diff --git a/third_party/WebKit/Source/platform/DragImage.h b/third_party/WebKit/Source/platform/DragImage.h
|
| index 5b8f5520b3aa57cfbacd0e5e378306e88bf87e03..0efbf838a7ca7a8e92637a2d748835c54fb05bfa 100644
|
| --- a/third_party/WebKit/Source/platform/DragImage.h
|
| +++ b/third_party/WebKit/Source/platform/DragImage.h
|
| @@ -65,7 +65,7 @@ public:
|
| private:
|
| DragImage(const SkBitmap&, float resolutionScale, InterpolationQuality);
|
|
|
| - DisplayItemClient displayItemClient() const { return toDisplayItemClient(this); }
|
| + DisplayItemClient displayItemClient() const { return DisplayItemClient(this); }
|
|
|
| SkBitmap m_bitmap;
|
| float m_resolutionScale;
|
|
|