mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-03-03 19:37:47 +01:00
- Mac: Xcode 12.2 and the MacOS 11.0 SDK are now required for building. - MacOS 10.10 (Yosemite) is no longer supported (see https://crbug.com/1126056). - Flash is no longer supported (see https://www.chromium.org/flash-roadmap).
14 lines
837 B
Diff
14 lines
837 B
Diff
diff --git base/trace_event/builtin_categories.h base/trace_event/builtin_categories.h
|
|
index fe91c29db493..8f8ddb489950 100644
|
|
--- base/trace_event/builtin_categories.h
|
|
+++ base/trace_event/builtin_categories.h
|
|
@@ -58,6 +58,8 @@
|
|
X("cc") \
|
|
X("cc.debug") \
|
|
X("cdp.perf") \
|
|
+ X("cef") \
|
|
+ X("cef.client") \
|
|
X("chromeos") \
|
|
X("cma") \
|
|
X("compositor") \
|