| Index: base/gfx/gtk_util.h
|
| diff --git a/base/gfx/gtk_util.h b/base/gfx/gtk_util.h
|
| index 909dec3c865b9ec35812e7dd60a4d18ece0a00ab..2fae5d78572eb5e431ae59dc1926d7a89cca9e28 100755
|
| --- a/base/gfx/gtk_util.h
|
| +++ b/base/gfx/gtk_util.h
|
| @@ -24,6 +24,8 @@ class Rect;
|
|
|
| extern const GdkColor kGdkWhite;
|
| extern const GdkColor kGdkBlack;
|
| +// Not const so users can allocate it against the system colormap.
|
| +extern GdkColor kGdkSeafoamGreen;
|
|
|
| // Modify the given region by subtracting the given rectangles.
|
| void SubtractRectanglesFromRegion(GdkRegion* region,
|
|
|