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

Unified Diff: ash/wm/frame_painter.cc

Issue 10825086: ash: Update window frame art and transparency values (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 | chrome/app/theme/default_100_percent/ash/theme_frame_active.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/frame_painter.cc
diff --git a/ash/wm/frame_painter.cc b/ash/wm/frame_painter.cc
index 2c0a43c30a97e3ac3bde5d62c604c4b4a85a9550..6b4c76be2a6a30f1c5de305d2b4f5e05ee4614dd 100644
--- a/ash/wm/frame_painter.cc
+++ b/ash/wm/frame_painter.cc
@@ -120,9 +120,9 @@ bool IsVisibleNormalWindow(aura::Window* window) {
namespace ash {
// static
-int FramePainter::kActiveWindowOpacity = 230; // "Linus-approved" values
-int FramePainter::kInactiveWindowOpacity = 204;
-int FramePainter::kSoloWindowOpacity = 51;
+int FramePainter::kActiveWindowOpacity = 255; // 1.0
+int FramePainter::kInactiveWindowOpacity = 255; // 1.0
+int FramePainter::kSoloWindowOpacity = 77; // 0.3
std::set<FramePainter*>* FramePainter::instances_ = NULL;
///////////////////////////////////////////////////////////////////////////////
« no previous file with comments | « no previous file | chrome/app/theme/default_100_percent/ash/theme_frame_active.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698