Skip to content

Commit

Permalink
Bug 1530193 - followup: Fix default type and value of browser.display…
Browse files Browse the repository at this point in the history
….focus_ring_style.

It warns on debug builds.

UltraBlame original commit: a96130bc4159d683e559b763d18d36bc5d4b2b44
  • Loading branch information
marco-c committed Oct 4, 2019
1 parent 87eb29b commit 16b67c0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 23 deletions.
4 changes: 0 additions & 4 deletions layout/base/nsPresContext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -996,10 +996,6 @@ mSendAfterPaintToContent
(
false
)
mUseFocusColors
(
false
)
mDrawImageBackground
(
true
Expand Down
15 changes: 0 additions & 15 deletions layout/base/nsPresContext.h
Original file line number Diff line number Diff line change
Expand Up @@ -3657,21 +3657,6 @@ mSendAfterPaintToContent
1
;
unsigned
mUseFocusColors
:
1
;
unsigned
mFocusRingOnAnything
:
1
;
unsigned
mFocusRingStyle
:
1
;
unsigned
mDrawImageBackground
:
1
Expand Down
4 changes: 2 additions & 2 deletions layout/style/PreferenceSheet.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@ mFocusRingWidth
=
1
;
bool
uint8_t
mFocusRingStyle
=
false
1
;
bool
mFocusRingOnAnything
Expand Down
4 changes: 2 additions & 2 deletions modules/libpref/init/StaticPrefList.h
Original file line number Diff line number Diff line change
Expand Up @@ -1071,8 +1071,8 @@ display
focus_ring_style
"
browser_display_focus_ring_style
bool
false
uint32_t
1
)
VARCACHE_PREF
(
Expand Down

0 comments on commit 16b67c0

Please sign in to comment.