| Index: ui/gfx/compositor/compositor_setup.h
|
| diff --git a/ui/gfx/compositor/compositor_setup.h b/ui/gfx/compositor/compositor_setup.h
|
| index a339eded035137e70198549c99bab77cd4e39beb..87880e548f8571c579ccaa36100d17e793ceea45 100644
|
| --- a/ui/gfx/compositor/compositor_setup.h
|
| +++ b/ui/gfx/compositor/compositor_setup.h
|
| @@ -15,7 +15,8 @@ namespace ui {
|
| #if !defined(VIEWS_COMPOSITOR)
|
| // To centralize the ifdef to this file we define the function as doing nothing
|
| // on all platforms that don't use a compositor.
|
| -COMPOSITOR_EXPORT void SetupTestCompositor() {}
|
| +static inline void SetupTestCompositor() {}
|
| +static inline void DisableTestCompositor() {}
|
| #else
|
| COMPOSITOR_EXPORT void SetupTestCompositor();
|
|
|
|
|