| 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;
|
|
|
| ///////////////////////////////////////////////////////////////////////////////
|
|
|