Chromium Code Reviews| Index: content/browser/renderer_host/compositor_impl_android.h |
| diff --git a/content/browser/renderer_host/compositor_impl_android.h b/content/browser/renderer_host/compositor_impl_android.h |
| index 9ca479afd3e7216124352dffc8506682c796e94b..8497c2eb2836454d6c87c6b55d3b1d3d9faa765d 100644 |
| --- a/content/browser/renderer_host/compositor_impl_android.h |
| +++ b/content/browser/renderer_host/compositor_impl_android.h |
| @@ -8,6 +8,7 @@ |
| #include "base/basictypes.h" |
| #include "base/compiler_specific.h" |
| #include "base/memory/scoped_ptr.h" |
| +#include "content/common/content_export.h" |
| #include "content/public/browser/android/compositor.h" |
| #include "third_party/WebKit/Source/Platform/chromium/public/WebLayer.h" |
| #include "third_party/WebKit/Source/Platform/chromium/public/WebLayerTreeView.h" |
| @@ -21,7 +22,7 @@ class GraphicsContext; |
| // ----------------------------------------------------------------------------- |
| // Browser-side compositor that manages a tree of content and UI layers. |
| // ----------------------------------------------------------------------------- |
| -class CompositorImpl : public Compositor, |
| +class CONTENT_EXPORT CompositorImpl : public Compositor, |
| public WebKit::WebLayerTreeViewClient { |
|
Ben Goodger (Google)
2012/11/01 17:23:10
indent
|
| public: |
| explicit CompositorImpl(Compositor::Client* client); |