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

Unified Diff: ash/wm/frame_painter.cc

Issue 10005030: Merge 131030 - Ash: Update window transparency values (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1084/src/
Patch Set: Created 8 years, 8 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: ash/wm/frame_painter.cc
===================================================================
--- ash/wm/frame_painter.cc (revision 131046)
+++ ash/wm/frame_painter.cc (working copy)
@@ -122,9 +122,9 @@
namespace ash {
// static
-int FramePainter::kActiveWindowOpacity = 255;
-int FramePainter::kInactiveWindowOpacity = 166;
-int FramePainter::kSoloWindowOpacity = 230;
+int FramePainter::kActiveWindowOpacity = 230; // "Linus-approved" values
+int FramePainter::kInactiveWindowOpacity = 204;
+int FramePainter::kSoloWindowOpacity = 51;
std::set<FramePainter*>* FramePainter::instances_ = NULL;
///////////////////////////////////////////////////////////////////////////////
« 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