mirror of
https://github.com/zen-browser/desktop.git
synced 2026-05-28 07:45:09 +00:00
gh-13844: Part 3 - Fixed text inputs not being filtered through boosts (gh-13893)
This commit is contained in:
19
src/widget/Theme-h.patch
Normal file
19
src/widget/Theme-h.patch
Normal file
@@ -0,0 +1,19 @@
|
||||
diff --git a/widget/Theme.h b/widget/Theme.h
|
||||
index 4e0acbb25b9e39b712a2d96d8dee366dfdce4a01..9aa377ca9f0d7f96d938339d198b797ceebbc602 100644
|
||||
--- a/widget/Theme.h
|
||||
+++ b/widget/Theme.h
|
||||
@@ -161,10 +161,12 @@ class Theme : protected nsNativeTheme, public nsITheme {
|
||||
const ElementState&, DPIRatio);
|
||||
template <typename PaintBackendData>
|
||||
void PaintTextField(PaintBackendData&, const LayoutDeviceRect&,
|
||||
- const ElementState&, const Colors&, DPIRatio);
|
||||
+ const ElementState&, const Colors&, DPIRatio,
|
||||
+ const nsIFrame*);
|
||||
template <typename PaintBackendData>
|
||||
void PaintListbox(PaintBackendData&, const LayoutDeviceRect&,
|
||||
- const ElementState&, const Colors&, DPIRatio);
|
||||
+ const ElementState&, const Colors&, DPIRatio,
|
||||
+ const nsIFrame*);
|
||||
template <typename PaintBackendData>
|
||||
void PaintMenulist(PaintBackendData&, const LayoutDeviceRect&,
|
||||
const ElementState&, const Colors&, DPIRatio);
|
||||
Reference in New Issue
Block a user