mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
chore: bump chromium to 143.0.7474.0 (main) (#48572)
* chore: bump chromium in DEPS to 143.0.7474.0 * 7006208: [Mac] Fix rendering bug for manual occlusion detection on macOS 26 Refs https://chromium-review.googlesource.com/c/chromium/src/+/7006208 * chore: update patches * 7038563: Forward declare more in page_navigator.h Refs https://chromium-review.googlesource.com/c/chromium/src/+/7038563 * 7023417: Remove ipc/ipc_message_macros.h Refs https://chromium-review.googlesource.com/c/chromium/src/+/7023417 * 7006340: Move icon_util files to win/ subdrectory Refs https://chromium-review.googlesource.com/c/chromium/src/+/7006340 --------- Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by: David Sanders <dsanders11@ucsbalum.com>
This commit is contained in:
committed by
GitHub
parent
7e031f7e33
commit
3bfe1f2363
@@ -3,7 +3,12 @@
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "shell/browser/child_web_contents_tracker.h"
|
||||
|
||||
#include "base/memory/scoped_refptr.h"
|
||||
#include "content/public/browser/web_contents_user_data.h"
|
||||
#include "content/public/common/referrer.h"
|
||||
#include "services/network/public/cpp/resource_request_body.h"
|
||||
#include "url/gurl.h"
|
||||
|
||||
namespace electron {
|
||||
|
||||
|
||||
@@ -7,7 +7,14 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "base/memory/scoped_refptr.h"
|
||||
#include "content/public/browser/web_contents_user_data.h"
|
||||
#include "content/public/common/referrer.h"
|
||||
#include "url/gurl.h"
|
||||
|
||||
namespace network {
|
||||
class ResourceRequestBody;
|
||||
} // namespace network
|
||||
|
||||
namespace electron {
|
||||
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
#include "shell/browser/browser.h"
|
||||
#include "shell/browser/native_window_views.h"
|
||||
#include "shell/browser/ui/win/dialog_thread.h"
|
||||
#include "ui/gfx/icon_util.h"
|
||||
#include "ui/gfx/image/image_skia.h"
|
||||
#include "ui/gfx/win/icon_util.h"
|
||||
|
||||
namespace electron {
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#include "third_party/skia/include/core/SkImage.h"
|
||||
#include "third_party/skia/include/core/SkRRect.h"
|
||||
#include "ui/display/win/screen_win.h"
|
||||
#include "ui/gfx/icon_util.h"
|
||||
#include "ui/gfx/win/icon_util.h"
|
||||
|
||||
namespace electron {
|
||||
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
#if BUILDFLAG(IS_WIN)
|
||||
#include "base/win/scoped_gdi_object.h"
|
||||
#include "shell/common/asar/archive.h"
|
||||
#include "ui/gfx/icon_util.h"
|
||||
#include "ui/gfx/win/icon_util.h"
|
||||
#endif
|
||||
|
||||
namespace electron::api {
|
||||
|
||||
@@ -14,8 +14,8 @@
|
||||
#include "shell/common/gin_helper/promise.h"
|
||||
#include "shell/common/skia_util.h"
|
||||
#include "third_party/skia/include/core/SkBitmap.h"
|
||||
#include "ui/gfx/icon_util.h"
|
||||
#include "ui/gfx/image/image_skia.h"
|
||||
#include "ui/gfx/win/icon_util.h"
|
||||
|
||||
namespace electron::api {
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
#include "ui/gfx/image/image_util.h"
|
||||
|
||||
#if BUILDFLAG(IS_WIN)
|
||||
#include "ui/gfx/icon_util.h"
|
||||
#include "ui/gfx/win/icon_util.h"
|
||||
#endif
|
||||
|
||||
namespace electron::util {
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
#include "base/memory/ref_counted_memory.h"
|
||||
#include "base/trace_event/trace_event.h"
|
||||
#include "content/public/renderer/render_frame.h"
|
||||
#include "ipc/ipc_message_macros.h"
|
||||
#include "net/base/net_module.h"
|
||||
#include "net/grit/net_resources.h"
|
||||
#include "services/service_manager/public/cpp/interface_provider.h"
|
||||
|
||||
Reference in New Issue
Block a user