tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 775663714117e936b5d0202bc4ed505e3290d0ae
parent 60c72a74ce60a70b97cf0a9d8a858e7b7a09f2fc
Author: Emilio Cobos Álvarez <emilio@crisal.io>
Date:   Thu,  8 Jan 2026 08:59:01 +0000

Bug 2008913 - Remove unneeded workaround in gtk theme drawing. r=stransky

You fixed this ages ago upstream :)

Differential Revision: https://phabricator.services.mozilla.com/D278190

Diffstat:
Mwidget/gtk/GtkWidgets.cpp | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/widget/gtk/GtkWidgets.cpp b/widget/gtk/GtkWidgets.cpp @@ -566,8 +566,6 @@ static void DrawWindowDecoration(cairo_t* cr, const DrawingParams& aParams) { /* cairo_t *cr argument has to be a system-cairo. */ void Draw(cairo_t* cr, const DrawingParams* aParams) { - /* A workaround for https://bugzilla.gnome.org/show_bug.cgi?id=694086 */ - cairo_new_path(cr); switch (aParams->widget) { case Type::WindowDecoration: return DrawWindowDecoration(cr, *aParams);