chore: add documentation for blink_file_path.patch (#15235)

This commit is contained in:
Jeremy Apthorp 2018-10-18 11:40:16 -07:00 committed by GitHub
parent a9ca152069
commit 993c2413e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -66,7 +66,9 @@ patches:
-
author: Cheng Zhao <zcbenz@gmail.com>
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 <zcbenz@gmail.com>
file: blink_local_frame.patch

View file

@ -3,6 +3,8 @@ From: Cheng Zhao <zcbenz@gmail.com>
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