Commit 7d2c7f9f authored by sadrul@chromium.org's avatar sadrul@chromium.org

aura-shell: Export to fix component build of aura_shell_unittests.

BUG=none
TEST=aura_shell_unittests compiles with component=shared_library

Review URL: http://codereview.chromium.org/8776037

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112721 0039d316-1c4b-4281-b951-d872f2087c98
parent ed0687f8
......@@ -6,6 +6,8 @@
#define UI_AURA_SHELL_WINDOW_UTIL_H_
#pragma once
#include "ui/aura_shell/aura_shell_export.h"
namespace aura {
class Window;
}
......@@ -13,7 +15,7 @@ class Window;
namespace aura_shell {
// Returns true if |window| is in the maximized state.
bool IsWindowMaximized(aura::Window* window);
AURA_SHELL_EXPORT bool IsWindowMaximized(aura::Window* window);
} // namespace aura_shell
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment