summaryrefslogtreecommitdiffstats
path: root/views/widget
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-07 21:57:39 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-07 21:57:39 +0000
commitbfacb01f726b0f3ba4b1d9c3b9fdac0390de9b30 (patch)
tree314acc27f41eb889a8e6ecb30134a39dc8ae73e0 /views/widget
parent5c9cc1ac8a29678fe75d4131a2679a9a306fbe7f (diff)
downloadchromium_src-bfacb01f726b0f3ba4b1d9c3b9fdac0390de9b30.zip
chromium_src-bfacb01f726b0f3ba4b1d9c3b9fdac0390de9b30.tar.gz
chromium_src-bfacb01f726b0f3ba4b1d9c3b9fdac0390de9b30.tar.bz2
Fix the Views GTK build.
I mvoed the implementation of the previously-inline amimate function to the .cc file so we don't have to depend on STL includes in the header. Review URL: http://codereview.chromium.org/155170 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20091 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/widget')
-rw-r--r--views/widget/widget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/views/widget/widget.h b/views/widget/widget.h
index 0566b0b..f7170da 100644
--- a/views/widget/widget.h
+++ b/views/widget/widget.h
@@ -11,6 +11,7 @@ class ThemeProvider;
namespace gfx {
class Path;
+class Point;
class Rect;
}