|
linux: theme scrollbars from GTK theme
Pick the color of the slider's thumbpart and rail from the GTK theme.
We cannot match the exact visual appearance of the GTK theme, as
rendering engines can make arbitrary changes to the actual visual
appearance. But by sampling a representative set of pixels, we ensure
that we will at least match the general color scheme.
BUG= 10949
Total comments: 2
Total comments: 8
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+295 lines, -28 lines) |
Patch |
 |
M |
chrome/browser/extensions/extension_host.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_host.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/gtk/gtk_theme_provider.h
|
View
|
4
5
6
7
8
9
10
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/gtk/gtk_theme_provider.cc
|
View
|
4
5
6
7
8
9
10
|
1 chunk |
+89 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/render_view_host.cc
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/render_view_host_delegate.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/tab_contents/interstitial_page.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/tab_contents/interstitial_page.cc
|
View
|
5
6
7
8
9
10
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/tab_contents/tab_contents.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/tab_contents/tab_contents.cc
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/common/gtk_util.h
|
View
|
5
6
7
8
9
10
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/gtk_util.cc
|
View
|
4
5
6
7
8
9
10
|
3 chunks |
+21 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/platform_util.h
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/platform_util_linux.cc
|
View
|
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/common/render_messages.h
|
View
|
4
5
6
7
8
9
10
|
2 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/renderer_preferences.h
|
View
|
4
5
6
7
8
9
10
|
2 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/render_view.cc
|
View
|
4
5
6
7
8
9
10
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/WebCore/platform/chromium/ScrollbarThemeChromiumLinux.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
|
6 chunks |
+85 lines, -12 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/WebCore/rendering/RenderThemeChromiumLinux.h
|
View
|
9
10
|
2 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/WebCore/rendering/RenderThemeChromiumLinux.cpp
|
View
|
9
10
11
|
2 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/WebKit/chromium/public/WebView.h
|
View
|
9
10
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/WebKit/chromium/src/WebViewImpl.h
|
View
|
9
10
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/WebKit/chromium/src/WebViewImpl.cpp
|
View
|
9
10
|
2 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
Total messages: 32 (0 generated)
|