зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1741495 - Follow-up: clang-format fixes.
MANUAL PUSH: trivial whitespace-only patch DONTBUILD
This commit is contained in:
Родитель
103781c95e
Коммит
d026785d01
|
@ -1930,7 +1930,8 @@ nsNativeThemeGTK::WidgetIsContainer(StyleAppearance aAppearance) {
|
|||
return true;
|
||||
}
|
||||
|
||||
bool nsNativeThemeGTK::ThemeDrawsFocusForWidget(nsIFrame* aFrame, StyleAppearance aAppearance) {
|
||||
bool nsNativeThemeGTK::ThemeDrawsFocusForWidget(nsIFrame* aFrame,
|
||||
StyleAppearance aAppearance) {
|
||||
if (IsWidgetNonNative(aFrame, aAppearance) != NonNative::No) {
|
||||
return nsNativeBasicTheme::ThemeDrawsFocusForWidget(aFrame, aAppearance);
|
||||
}
|
||||
|
|
|
@ -408,7 +408,8 @@ HeadlessThemeGTK::WidgetIsContainer(StyleAppearance aAppearance) {
|
|||
return true;
|
||||
}
|
||||
|
||||
bool HeadlessThemeGTK::ThemeDrawsFocusForWidget(nsIFrame*, StyleAppearance aAppearance) {
|
||||
bool HeadlessThemeGTK::ThemeDrawsFocusForWidget(nsIFrame*,
|
||||
StyleAppearance aAppearance) {
|
||||
if (aAppearance == StyleAppearance::Menulist ||
|
||||
aAppearance == StyleAppearance::Button ||
|
||||
aAppearance == StyleAppearance::Treeheadercell) {
|
||||
|
|
|
@ -2546,7 +2546,8 @@ bool nsNativeThemeWin::WidgetIsContainer(StyleAppearance aAppearance) {
|
|||
return true;
|
||||
}
|
||||
|
||||
bool nsNativeThemeWin::ThemeDrawsFocusForWidget(nsIFrame* aFrame, StyleAppearance aAppearance) {
|
||||
bool nsNativeThemeWin::ThemeDrawsFocusForWidget(nsIFrame* aFrame,
|
||||
StyleAppearance aAppearance) {
|
||||
if (IsWidgetNonNative(aFrame, aAppearance)) {
|
||||
return nsNativeBasicTheme::ThemeDrawsFocusForWidget(aFrame, aAppearance);
|
||||
}
|
||||
|
|
|
@ -92,7 +92,9 @@ class nsNativeThemeWin : public nsNativeBasicTheme {
|
|||
|
||||
bool ThemeDrawsFocusForWidget(nsIFrame*, StyleAppearance) override;
|
||||
|
||||
bool ThemeWantsButtonInnerFocusRing(nsIFrame*, StyleAppearance) override { return true; }
|
||||
bool ThemeWantsButtonInnerFocusRing(nsIFrame*, StyleAppearance) override {
|
||||
return true;
|
||||
}
|
||||
|
||||
bool ThemeNeedsComboboxDropmarker() override;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче