diff --git a/patches/common/chromium/.patches.yaml b/patches/common/chromium/.patches.yaml index f4a0a020260f..d89f0cec2ce8 100644 --- a/patches/common/chromium/.patches.yaml +++ b/patches/common/chromium/.patches.yaml @@ -66,7 +66,9 @@ patches: - author: Cheng Zhao file: blink_file_path.patch - description: null + description: | + This is used by editors to obtain the filesystem path from a dragged file. See + documentation at https://electronjs.org/docs/api/file-object - author: Cheng Zhao file: blink_local_frame.patch diff --git a/patches/common/chromium/blink_file_path.patch b/patches/common/chromium/blink_file_path.patch index fd7230c01074..72193c8fbc20 100644 --- a/patches/common/chromium/blink_file_path.patch +++ b/patches/common/chromium/blink_file_path.patch @@ -3,6 +3,8 @@ From: Cheng Zhao Date: Thu, 20 Sep 2018 17:45:00 -0700 Subject: blink_file_path.patch +This is used by editors to obtain the filesystem path from a dragged file. See +documentation at https://electronjs.org/docs/api/file-object diff --git a/third_party/blink/renderer/core/fileapi/file.h b/third_party/blink/renderer/core/fileapi/file.h index 39831f1902c6..fddb013aa122 100644