summaryrefslogtreecommitdiffstats
path: root/views/widget/monitor_win.h
diff options
context:
space:
mode:
authordarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-28 06:32:33 +0000
committerdarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-28 06:32:33 +0000
commit6827766b1fcc5885b7a8bc8c707e283f71f46f09 (patch)
tree11dc18b19363119d8ab06faf6521b8d6d4d94d52 /views/widget/monitor_win.h
parentce681a8b14c05752f9279e7ed945943506f7d628 (diff)
downloadchromium_src-6827766b1fcc5885b7a8bc8c707e283f71f46f09.zip
chromium_src-6827766b1fcc5885b7a8bc8c707e283f71f46f09.tar.gz
chromium_src-6827766b1fcc5885b7a8bc8c707e283f71f46f09.tar.bz2
Create views.dll / libviews.so
R=sky@chromium.org,rvargas@chromium.org Review URL: http://codereview.chromium.org/7493017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94428 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/widget/monitor_win.h')
-rw-r--r--views/widget/monitor_win.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/views/widget/monitor_win.h b/views/widget/monitor_win.h
index b1cdf24..e50ab89 100644
--- a/views/widget/monitor_win.h
+++ b/views/widget/monitor_win.h
@@ -6,6 +6,8 @@
#define VIEWS_WIDGET_MONITOR_WIN_H_
#pragma once
+#include "views/views_api.h"
+
namespace gfx {
class Rect;
}
@@ -14,7 +16,7 @@ namespace views {
// Returns the bounds for the monitor that contains the largest area of
// intersection with the specified rectangle.
-gfx::Rect GetMonitorBoundsForRect(const gfx::Rect& rect);
+VIEWS_API gfx::Rect GetMonitorBoundsForRect(const gfx::Rect& rect);
} // namespace views