feat: add event.senderFrame property returning the originating webFrameMain (#26764)
This commit is contained in:
parent
9908cc363a
commit
cec6378881
7 changed files with 25 additions and 14 deletions
|
@ -4,15 +4,8 @@
|
|||
|
||||
#include "shell/common/gin_converters/frame_converter.h"
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "content/public/browser/render_frame_host.h"
|
||||
#include "shell/browser/api/electron_api_web_frame_main.h"
|
||||
#include "shell/common/gin_converters/blink_converter.h"
|
||||
#include "shell/common/gin_converters/callback_converter.h"
|
||||
#include "shell/common/gin_converters/gurl_converter.h"
|
||||
#include "shell/common/gin_helper/dictionary.h"
|
||||
|
||||
namespace gin {
|
||||
|
||||
|
|
|
@ -5,8 +5,6 @@
|
|||
#ifndef SHELL_COMMON_GIN_CONVERTERS_FRAME_CONVERTER_H_
|
||||
#define SHELL_COMMON_GIN_CONVERTERS_FRAME_CONVERTER_H_
|
||||
|
||||
#include <utility>
|
||||
|
||||
#include "gin/converter.h"
|
||||
|
||||
namespace content {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue