declare iterators as subtypes
In file included from ../../chrome/browser/extensions/api/downloads/downloads_api.cc:37:
In file included from ../../chrome/browser/download/bubble/download_bubble_ui_controller.h:11:
../../chrome/browser/download/bubble/download_bubble_update_service.h:211:3: error: missing 'typename' prior to dependent type name 'SortedItems<Item>::iterator'
SortedItems<Item>::iterator RemoveItemFromCacheByIter(
^~~~~~~~~~~~~~~~~~~~~~~~~~~
typename
../../chrome/browser/download/bubble/download_bubble_update_service.h:212:7: error: missing 'typename' prior to dependent type name 'SortedItems<Item>::iterator'
SortedItems<Item>::iterator iter,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
typename
2 errors generated.
```
DEBUG: In file included from ../../third_party/angle/src/common/vulkan/vulkan_icd.cpp:9:
DEBUG: In file included from ../../third_party/angle/src/common/vulkan/vulkan_icd.h:15:
DEBUG: In file included from ../../third_party/angle/src/common/vulkan/vk_headers.h:14:
DEBUG: In file included from ../../third_party/angle/src/third_party/volk/volk.h:50:
DEBUG: In file included from ../../third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan.h:41:
DEBUG: In file included from ../../third_party/wayland/src/src/wayland-client.h:40:
DEBUG: /usr/include/wayland-client-protocol.h:1038:13: error: use of undeclared identifier 'wl_proxy_marshal_flags'
DEBUG: callback = wl_proxy_marshal_flags((struct wl_proxy *) wl_display,
```
```
DEBUG: + rm -fv 'out/Release/swiftshader/*.TOC'
DEBUG: + cp -r out/Release/swiftshader /builddir/build/BUILDROOT/chromium-browser-stable-102.0.5005.61-1.x86_64/usr/lib64/chromium-browser
DEBUG: cp: cannot stat 'out/Release/swiftshader': No such file or directory
DEBUG: error: Bad exit status from /var/tmp/rpm-tmp.7ywz7i (%install)
```
Own directory
Fix typo
Pepper (PPAPI) plugins do not exist anymore, Flash player was the last one.
In rosa2016.1:
```
../../third_party/pdfium/core/fpdfapi/font/cpdf_cidfont.cpp:740:27: error: no matching function for call to 'FT_Get_Name_Index'
: FT_Get_Name_Index(face, name);
```