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

Unified Diff: base/gfx/gtk_util.h

Issue 53104: Make it more obvious when our backing store has failed us. (Closed)
Patch Set: seafoam green Created 11 years, 9 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 | base/gfx/gtk_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | base/gfx/gtk_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698