summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-07 01:21:55 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-07 01:21:55 +0000
commit14256d3c80984be35df633521ce66427eda654ba (patch)
treed5c47d0f894269e2ed6047e53ef41e0b0aab7a96 /ui
parent4b4b53eb7c21f5815c84dffec1472d9a187dae3c (diff)
downloadchromium_src-14256d3c80984be35df633521ce66427eda654ba.zip
chromium_src-14256d3c80984be35df633521ce66427eda654ba.tar.gz
chromium_src-14256d3c80984be35df633521ce66427eda654ba.tar.bz2
Really fix Linux shared build
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99887 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui')
-rw-r--r--ui/gfx/gtk_util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/gfx/gtk_util.h b/ui/gfx/gtk_util.h
index 3d1869f..62f9064 100644
--- a/ui/gfx/gtk_util.h
+++ b/ui/gfx/gtk_util.h
@@ -64,13 +64,13 @@ UI_EXPORT std::string RemoveWindowsStyleAccelerators(const std::string& label);
// Makes a copy of |pixels| with the ordering changed from BGRA to RGBA.
// The caller is responsible for free()ing the data. If |stride| is 0, it's
// assumed to be 4 * |width|.
-UI_EXPORT uint8_t* BGRAToRGBA(const uint8_t* pixels,
+uint8_t* BGRAToRGBA(const uint8_t* pixels,
int width,
int height,
int stride);
// Initialize some GTK settings so that our dialogs are consistent.
-void InitRCStyles();
+UI_EXPORT void InitRCStyles();
} // namespace gfx