From fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:14:29 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- widget/ThemeCocoa.cpp | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'widget/ThemeCocoa.cpp') diff --git a/widget/ThemeCocoa.cpp b/widget/ThemeCocoa.cpp index 733c215991..a41d41409b 100644 --- a/widget/ThemeCocoa.cpp +++ b/widget/ThemeCocoa.cpp @@ -4,27 +4,12 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "ThemeCocoa.h" - -#include "cocoa/MacThemeGeometryType.h" #include "gfxPlatform.h" -#include "mozilla/ClearOnShutdown.h" -#include "mozilla/gfx/Helpers.h" #include "mozilla/LookAndFeel.h" #include "mozilla/ServoStyleConsts.h" namespace mozilla::widget { -LayoutDeviceIntSize ThemeCocoa::GetMinimumWidgetSize( - nsPresContext* aPresContext, nsIFrame* aFrame, - StyleAppearance aAppearance) { - if (aAppearance == StyleAppearance::MozMenulistArrowButton) { - auto size = - GetScrollbarSize(aPresContext, StyleScrollbarWidth::Auto, Overlay::No); - return {size, size}; - } - return Theme::GetMinimumWidgetSize(aPresContext, aFrame, aAppearance); -} - NS_IMETHODIMP ThemeCocoa::DrawWidgetBackground(gfxContext* aContext, nsIFrame* aFrame, StyleAppearance aAppearance, -- cgit v1.2.3