| Index: base/gfx/gtk_util.cc
|
| diff --git a/base/gfx/gtk_util.cc b/base/gfx/gtk_util.cc
|
| index 047d9f08b9df43b0206378b55b1a80f3cd2fd2ad..68f6f27f95a8ce027b45a08c2983dfe25ee14fff 100755
|
| --- a/base/gfx/gtk_util.cc
|
| +++ b/base/gfx/gtk_util.cc
|
| @@ -14,6 +14,7 @@ namespace gfx {
|
|
|
| const GdkColor kGdkWhite = GDK_COLOR_RGB(0xff, 0xff, 0xff);
|
| const GdkColor kGdkBlack = GDK_COLOR_RGB(0x00, 0x00, 0x00);
|
| +GdkColor kGdkSeafoamGreen = GDK_COLOR_RGB(0x0, 0xff, 0x80);
|
|
|
| void SubtractRectanglesFromRegion(GdkRegion* region,
|
| const std::vector<Rect>& cutouts) {
|
|
|