From 993c2413e842f66d2fd166e7bad9c7f3521f462f Mon Sep 17 00:00:00 2001 From: Jeremy Apthorp Date: Thu, 18 Oct 2018 11:40:16 -0700 Subject: [PATCH] chore: add documentation for blink_file_path.patch (#15235) --- patches/common/chromium/.patches.yaml | 4 +++- patches/common/chromium/blink_file_path.patch | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) 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