Commit 477af329 authored by Bartek Nowierski's avatar Bartek Nowierski Committed by Commit Bot

Add more fields to fields-to-ignore.txt

There are all related to 'static_cast not related by inheritance' error. However, some may be also related to trouble appending |.get()| inside macros for |XDisplay*|

Details here: https://docs.google.com/document/d/1cnpd5Rwesq7DCZiD8FIJfPGHvQN3-Gul6xib_4hwfBg/edit?ts=5ed2d317#heading=h.d05331ous77n

Bug: 1069567
Change-Id: I54bc0f57f2eea492f8cd26432a09b09a7d1a8afb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2222056Reviewed-by: default avatarDaniel Cheng <dcheng@chromium.org>
Reviewed-by: default avatarŁukasz Anforowicz <lukasza@chromium.org>
Commit-Queue: Bartek Nowierski <bartekn@chromium.org>
Cr-Commit-Position: refs/heads/master@{#773965}
parent 1ed4e645
......@@ -73,6 +73,7 @@ blink::PersistentBase::raw_
# that work with |XDisplay*|.
extensions::GlobalShortcutListenerX11::x_display_
gl::GLVisualPickerGLX::display_
media::(anonymous namespace)::UserInputMonitorLinuxCore::x_record_display_
ui::ClipboardX11::X11Details::x_display_
ui::X11EventSource::display_
ui::X11MenuRegistrar::xdisplay_
......@@ -84,6 +85,18 @@ ui::XWindow::xdisplay_
views::test::(anonymous namespace)::UIControlsDesktopX11::x_display_
viz::SkiaOutputDeviceX11::display_
# Populated manually - static_cast not related by inheritance.
net::(anonymous namespace)::SettingGetterImplGSettings::client_
net::(anonymous namespace)::SettingGetterImplGSettings::http_client_
net::(anonymous namespace)::SettingGetterImplGSettings::https_client_
net::(anonymous namespace)::SettingGetterImplGSettings::ftp_client_
net::(anonymous namespace)::SettingGetterImplGSettings::socks_client_
ui::AXPlatformNodeAuraLinux::atk_hyperlink_
gtk::GtkKeyBindingsHandler::fake_window_
gtk::GtkKeyBindingsHandler::handler_
PrintDialogGtk::dialog_
gtk::SelectFileDialogImplGTK::preview_
# Populated manually, because of in-out-arg usage.
# (not sure why it wasn't caught by the rewriter when populating the list below).
ui::AXPlatformNodeAuraLinux::document_parent_
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment