Fix win shared builds (aka Debug) after r119546 by adding UI_EXPORTS
BUG=chromium-os:16088
TEST=Green bots are happy bots
TBR=ben, sky
Review URL: https://chromiumcodereview.appspot.com/9296028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119551 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/ui/gfx/gdi_util.h b/ui/gfx/gdi_util.h
index bf76ac9..51aca12 100644
--- a/ui/gfx/gdi_util.h
+++ b/ui/gfx/gdi_util.h
@@ -36,10 +36,10 @@
const std::vector<gfx::Rect>& cutouts);
// Calculate scale to fit an entire page on DC.
-double CalculatePageScale(HDC dc, int page_width, int page_height);
+UI_EXPORT double CalculatePageScale(HDC dc, int page_width, int page_height);
// Apply scaling to the DC.
-bool ScaleDC(HDC dc, double scale_factor);
+UI_EXPORT bool ScaleDC(HDC dc, double scale_factor);
} // namespace gfx