drop gtk patch. Already upstream

This commit is contained in:
Tigro 2016-04-15 11:51:01 +03:00
parent df7d690423
commit 1d581c2df1
2 changed files with 0 additions and 21 deletions

View file

@ -65,10 +65,6 @@ Patch505: chromium-system-ffmpeg-r2.patch
Patch507: issue1688073002_40001.diff Patch507: issue1688073002_40001.diff
Patch600: unbundle-libvpx_new-fix.patch 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} Provides: %{crname} = %{EVRD}
Conflicts: chromium-browser-unstable Conflicts: chromium-browser-unstable
Conflicts: chromium-browser-beta Conflicts: chromium-browser-beta
@ -310,11 +306,6 @@ find third_party/icu -type f \! -regex '.*\.\(gyp\|gypi\|isolate\)' -delete
%endif %endif
#patch600 -p1 #patch600 -p1
# AUR patches
%if 0%{?gtk3}
%patch700 -p1
%endif
### build with widevine support ### build with widevine support
# Patch from crbug (chromium bugtracker) # Patch from crbug (chromium bugtracker)

View file

@ -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 };