mirror of
https://abf.rosa.ru/djam/chromium-browser-stable-test.git
synced 2025-02-24 10:02:47 +00:00
drop gtk patch. Already upstream
This commit is contained in:
parent
df7d690423
commit
1d581c2df1
2 changed files with 0 additions and 21 deletions
|
@ -65,10 +65,6 @@ Patch505: chromium-system-ffmpeg-r2.patch
|
|||
Patch507: issue1688073002_40001.diff
|
||||
Patch600: unbundle-libvpx_new-fix.patch
|
||||
|
||||
# AUR patches
|
||||
# https://aur.archlinux.org/cgit/aur.git/plain/gtk2_ui.patch?h=chromium-dev
|
||||
Patch700: gtk2_ui.patch
|
||||
|
||||
Provides: %{crname} = %{EVRD}
|
||||
Conflicts: chromium-browser-unstable
|
||||
Conflicts: chromium-browser-beta
|
||||
|
@ -310,11 +306,6 @@ find third_party/icu -type f \! -regex '.*\.\(gyp\|gypi\|isolate\)' -delete
|
|||
%endif
|
||||
#patch600 -p1
|
||||
|
||||
# AUR patches
|
||||
%if 0%{?gtk3}
|
||||
%patch700 -p1
|
||||
%endif
|
||||
|
||||
### build with widevine support
|
||||
|
||||
# Patch from crbug (chromium bugtracker)
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
diff --git a/chrome/browser/ui/libgtk2ui/gtk2_ui.cc.orig b/chrome/browser/ui/libgtk2ui/gtk2_ui.cc
|
||||
index 4c119c5..1b67ad2 100644
|
||||
--- a/chrome/browser/ui/libgtk2ui/gtk2_ui.cc.orig
|
||||
+++ b/chrome/browser/ui/libgtk2ui/gtk2_ui.cc
|
||||
@@ -308,6 +308,7 @@ const double kInactiveSaturation = 0.3;
|
||||
// copy the constants themselves here.
|
||||
//
|
||||
// Default tints.
|
||||
+const color_utils::HSL kDefaultTintFrameInactive = { -1, -1, 0.75f };
|
||||
const color_utils::HSL kDefaultTintFrameIncognito = { -1, 0.2f, 0.35f };
|
||||
const color_utils::HSL kDefaultTintFrameIncognitoInactive = { -1, 0.3f, 0.6f };
|
||||
const color_utils::HSL kDefaultTintBackgroundTab = { -1, 0.5, 0.75 };
|
Loading…
Add table
Reference in a new issue