summaryrefslogtreecommitdiffstats
path: root/base/gfx/gtk_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/gfx/gtk_util.h')
-rwxr-xr-xbase/gfx/gtk_util.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/base/gfx/gtk_util.h b/base/gfx/gtk_util.h
index 02b1385..909dec3 100755
--- a/base/gfx/gtk_util.h
+++ b/base/gfx/gtk_util.h
@@ -22,9 +22,12 @@ namespace gfx {
class Rect;
+extern const GdkColor kGdkWhite;
+extern const GdkColor kGdkBlack;
+
// Modify the given region by subtracting the given rectangles.
void SubtractRectanglesFromRegion(GdkRegion* region,
- const std::vector<gfx::Rect>& cutouts);
+ const std::vector<Rect>& cutouts);
// Convert and copy a SkBitmap to a GdkPixbuf. NOTE: This is an expensive
// operation, all of the pixels must be copied and their order swapped.