summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/platform/exported/web_cursor_info.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/platform/exported/web_cursor_info.cc')
-rw-r--r--chromium/third_party/blink/renderer/platform/exported/web_cursor_info.cc8
1 files changed, 1 insertions, 7 deletions
diff --git a/chromium/third_party/blink/renderer/platform/exported/web_cursor_info.cc b/chromium/third_party/blink/renderer/platform/exported/web_cursor_info.cc
index a29fcfa81dd..c26adc1f2f1 100644
--- a/chromium/third_party/blink/renderer/platform/exported/web_cursor_info.cc
+++ b/chromium/third_party/blink/renderer/platform/exported/web_cursor_info.cc
@@ -45,12 +45,6 @@ WebCursorInfo::WebCursorInfo(const Cursor& cursor)
: type(static_cast<ui::CursorType>(cursor.GetType())),
hot_spot(cursor.HotSpot()),
image_scale_factor(cursor.ImageScaleFactor()),
- custom_image(GetCursorBitmap(cursor))
-#ifdef WIN32
- ,
- external_handle(0)
-#endif
-{
-}
+ custom_image(GetCursorBitmap(cursor)) {}
} // namespace blink