[M108 Migration][Loading Performance] Introduce |BeginMainFrame| throttling
[platform/framework/web/chromium-efl.git] / cc / ipc / README.md
1 # cc/ipc
2
3 [TOC]
4
5 ## Overview
6
7 cc/ipc provides Chrome IPC legacy param trait validators. cc based
8 structures that are defined in C++ and have mojo based NativeEnum
9 definitions require validators. See cc/mojom for the mojo definitions.
10 Eventually all cc based structures should be defined solely in
11 mojo and then this directory can be removed. However, this will
12 not happen until all structures are sent via mojo only.