| Index: ui/gfx/compositor/layer_animator.h
|
| diff --git a/ui/gfx/compositor/layer_animator.h b/ui/gfx/compositor/layer_animator.h
|
| index 4fca4e575a849bdd2a7a72c8ff49700de5301ee1..c7286b5b1fd1c87a0d59fe69836ce61f54837b84 100644
|
| --- a/ui/gfx/compositor/layer_animator.h
|
| +++ b/ui/gfx/compositor/layer_animator.h
|
| @@ -122,7 +122,7 @@ class COMPOSITOR_EXPORT LayerAnimator : public AnimationContainerElement {
|
| // these changes are reverted when the object is destroyed. NOTE: when the
|
| // settings object is created, it applies the default transition duration
|
| // (200ms).
|
| - class ScopedSettings {
|
| + class COMPOSITOR_EXPORT ScopedSettings {
|
| public:
|
| explicit ScopedSettings(LayerAnimator* animator);
|
| virtual ~ScopedSettings();
|
|
|