| Index: content/public/browser/android/synchronous_compositor.h
|
| diff --git a/content/public/browser/android/synchronous_compositor.h b/content/public/browser/android/synchronous_compositor.h
|
| index 4eaa5741dff19db4f6477f80849a69b0ce94a248..227400bc58af4e8efe9fc66b3efbb7f1f013edd0 100644
|
| --- a/content/public/browser/android/synchronous_compositor.h
|
| +++ b/content/public/browser/android/synchronous_compositor.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef CONTENT_PUBLIC_BROWSER_ANDROID_SYNCHRONOUS_COMPOSITOR_H_
|
| #define CONTENT_PUBLIC_BROWSER_ANDROID_SYNCHRONOUS_COMPOSITOR_H_
|
|
|
| +#include "content/common/content_export.h"
|
| #include "ui/gfx/rect.h"
|
| #include "ui/gfx/size.h"
|
|
|
| @@ -23,7 +24,7 @@ class SynchronousCompositorClient;
|
| // Interface for embedders that wish to direct compositing operations
|
| // synchronously under their own control. Only meaningful when the
|
| // kEnableSyncrhonousRendererCompositor flag is specified.
|
| -class SynchronousCompositor {
|
| +class CONTENT_EXPORT SynchronousCompositor {
|
| public:
|
| // Must be called once per WebContents instance. Will create the compositor
|
| // instance as needed, but only if |client| is non-NULL.
|
|
|