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

Unified Diff: ui/views/bubble/bubble_border.cc

Issue 2399113002: Harmony - Increase bubble/dialog border stroke opacity (Closed)
Patch Set: Created 4 years, 2 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/bubble/bubble_border.cc
diff --git a/ui/views/bubble/bubble_border.cc b/ui/views/bubble/bubble_border.cc
index 35614bc149cb400c762a4129eb4997b60aeef08a..b219071570aab5b40eca6eb52b7a9d1abf33a5bf 100644
--- a/ui/views/bubble/bubble_border.cc
+++ b/ui/views/bubble/bubble_border.cc
@@ -475,7 +475,7 @@ void BubbleBorder::PaintMd(const View& view, gfx::Canvas* canvas) {
shadows.emplace_back(gfx::Vector2d(0, kLargeShadowVerticalOffset),
2 * kLargeShadowBlur, kLargeShadowColor);
paint.setLooper(gfx::CreateShadowDrawLooperCorrectBlur(shadows));
- paint.setColor(SkColorSetA(SK_ColorBLACK, 0x0D));
+ paint.setColor(SkColorSetA(SK_ColorBLACK, 0x26));
paint.setAntiAlias(true);
gfx::Rect bounds(view.GetLocalBounds());
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698