diff --git a/shell/browser/ui/views/win_frame_view.h b/shell/browser/ui/views/win_frame_view.h index 34252dfa0e..b5aec7b4a5 100644 --- a/shell/browser/ui/views/win_frame_view.h +++ b/shell/browser/ui/views/win_frame_view.h @@ -28,10 +28,6 @@ class WinFrameView : public FramelessView { void Init(NativeWindowViews* window, views::Widget* frame) override; void InvalidateCaptionButtons() override; - // Alpha to use for features in the titlebar (the window title and caption - // buttons) when the window is inactive. They are opaque when active. - static constexpr SkAlpha kInactiveTitlebarFeatureAlpha = 0x66; - SkColor GetReadableFeatureColor(SkColor background_color); // views::NonClientFrameView: