Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(489)

Unified Diff: content/browser/android/system_ui_resource_manager_impl.cc

Issue 543123002: [Android] Overscroll appearance tweaks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/android/edge_effect_l.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/android/system_ui_resource_manager_impl.cc
diff --git a/content/browser/android/system_ui_resource_manager_impl.cc b/content/browser/android/system_ui_resource_manager_impl.cc
index 81f12fc3a70d5d0abde50158258001d4343c7564..2d149a3f8d5871e8a5c385c2f5c89199b520d088 100644
--- a/content/browser/android/system_ui_resource_manager_impl.cc
+++ b/content/browser/android/system_ui_resource_manager_impl.cc
@@ -29,7 +29,7 @@ SkBitmap CreateOverscrollGlowLBitmap(const gfx::Size& screen_size) {
SkPaint paint;
paint.setAntiAlias(true);
- paint.setAlpha(0x33);
+ paint.setAlpha(0xBB);
paint.setStyle(SkPaint::kFill_Style);
const float arc_width =
« no previous file with comments | « content/browser/android/edge_effect_l.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698