diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-27 16:56:06 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-27 16:56:06 +0000 |
commit | 4ffa789e031a7f0c8345e56a3c0813cb148176b4 (patch) | |
tree | e80237b500780d6bfb663353121655c3ec0beb2c /ui/gfx/display.h | |
parent | fc91f92efc008ec9efac09814f37b66cb580cbf5 (diff) | |
download | chromium_src-4ffa789e031a7f0c8345e56a3c0813cb148176b4.zip chromium_src-4ffa789e031a7f0c8345e56a3c0813cb148176b4.tar.gz chromium_src-4ffa789e031a7f0c8345e56a3c0813cb148176b4.tar.bz2 |
Remove last dependencies on ui/base from ui/gfx
BUG=103304
R=sky@chromium.org
Review URL: https://codereview.chromium.org/23498059
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@225722 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/gfx/display.h')
-rw-r--r-- | ui/gfx/display.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gfx/display.h b/ui/gfx/display.h index 17cedfe..324b961 100644 --- a/ui/gfx/display.h +++ b/ui/gfx/display.h @@ -20,7 +20,7 @@ namespace gfx { // system. For platforms that support DIP (density independent pixel), // |bounds()| and |work_area| will return values in DIP coordinate // system, not in backing pixels. -class UI_EXPORT Display { +class GFX_EXPORT Display { public: // Screen Rotation in clock-wise degrees. enum Rotation { |