| Index: trunk/src/ui/wm/core/shadow.h
|
| ===================================================================
|
| --- trunk/src/ui/wm/core/shadow.h (revision 259588)
|
| +++ trunk/src/ui/wm/core/shadow.h (working copy)
|
| @@ -9,7 +9,7 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "ui/compositor/layer_animation_observer.h"
|
| #include "ui/gfx/rect.h"
|
| -#include "ui/wm/wm_export.h"
|
| +#include "ui/wm/core/wm_core_export.h"
|
|
|
| namespace ui {
|
| class Layer;
|
| @@ -20,7 +20,7 @@
|
| class ImageGrid;
|
|
|
| // Simple class that draws a drop shadow around content at given bounds.
|
| -class WM_EXPORT Shadow : public ui::ImplicitAnimationObserver {
|
| +class WM_CORE_EXPORT Shadow : public ui::ImplicitAnimationObserver {
|
| public:
|
| enum Style {
|
| // Active windows have more opaque shadows, shifted down to make the window
|
|
|