mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 72.0.3615.0 (#609159)
- The |category| value for all TRACE calls from CEF client applications is now "cef.client" due to https://crrev.com/331266377d. - The |with_menu_marker| parameter to CreateMenuButton has been removed due to https://crrev.com/7f7e382118.
This commit is contained in:
13
patch/patches/trace_event.patch
Normal file
13
patch/patches/trace_event.patch
Normal file
@ -0,0 +1,13 @@
|
||||
diff --git base/trace_event/builtin_categories.h base/trace_event/builtin_categories.h
|
||||
index 4cb1748d4584..03ad161e9db0 100644
|
||||
--- base/trace_event/builtin_categories.h
|
||||
+++ base/trace_event/builtin_categories.h
|
||||
@@ -46,6 +46,8 @@
|
||||
X("cc") \
|
||||
X("cc.debug") \
|
||||
X("cdp.perf") \
|
||||
+ X("cef") \
|
||||
+ X("cef.client") \
|
||||
X("chromeos") \
|
||||
X("cma") \
|
||||
X("compositor") \
|
Reference in New Issue
Block a user