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

Unified Diff: base/gfx/gtk_util.h

Issue 49035: Linux UI theming:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: 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') | chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/gfx/gtk_util.h
===================================================================
--- base/gfx/gtk_util.h (revision 12503)
+++ base/gfx/gtk_util.h (working copy)
@@ -22,9 +22,12 @@
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.
« no previous file with comments | « no previous file | base/gfx/gtk_util.cc » ('j') | chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698