summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-11 22:51:37 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-11 22:51:37 +0000
commit88fdf6604b4136a8d914703a10869951f846d3c1 (patch)
tree552ff904294e3203d8f21b8ae56924aa34e7b530
parent72d319664cdc0adda3ad075688dbf87f0eb31f75 (diff)
downloadchromium_src-88fdf6604b4136a8d914703a10869951f846d3c1.zip
chromium_src-88fdf6604b4136a8d914703a10869951f846d3c1.tar.gz
chromium_src-88fdf6604b4136a8d914703a10869951f846d3c1.tar.bz2
Fix compile failure on linux.
TBR=erg BUG=none TEST=waterfall Review URL: http://codereview.chromium.org/2711013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49605 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/app/theme/theme_resources.grd1
-rw-r--r--chrome/browser/gtk/location_bar_view_gtk.cc4
2 files changed, 4 insertions, 1 deletions
diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd
index 3f722f7..1abcc49 100644
--- a/chrome/app/theme/theme_resources.grd
+++ b/chrome/app/theme/theme_resources.grd
@@ -535,4 +535,3 @@
</release>
</grit>
-
diff --git a/chrome/browser/gtk/location_bar_view_gtk.cc b/chrome/browser/gtk/location_bar_view_gtk.cc
index 7077465..421bd46 100644
--- a/chrome/browser/gtk/location_bar_view_gtk.cc
+++ b/chrome/browser/gtk/location_bar_view_gtk.cc
@@ -108,6 +108,10 @@ void CountVisibleWidgets(GtkWidget* widget, gpointer count) {
////////////////////////////////////////////////////////////////////////////////
// LocationBarViewGtk
+// static
+const GdkColor LocationBarViewGtk::kBackgroundColor =
+ GDK_COLOR_RGB(255, 255, 255);
+
LocationBarViewGtk::LocationBarViewGtk(Browser* browser)
: star_image_(NULL),
starred_(false),