feat: add event.senderFrame property returning the originating webFrameMain (#26764) (#27047)

This commit is contained in:
Milan Burda
2021-01-11 06:31:23 +01:00
committed by GitHub
parent 3f2ccce9e1
commit f5af20d1d6
7 changed files with 25 additions and 14 deletions

View File

@@ -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 {

View File

@@ -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 {