Index: content/browser/compositor/surface_utils.h |
diff --git a/content/browser/compositor/surface_utils.h b/content/browser/compositor/surface_utils.h |
index 00d0fd77bf66bb271961f06656e24395eca5a226..6d986a9c8caea00c72cfe8470c03120e5ebf588b 100644 |
--- a/content/browser/compositor/surface_utils.h |
+++ b/content/browser/compositor/surface_utils.h |
@@ -6,6 +6,7 @@ |
#define CONTENT_BROWSER_COMPOSITOR_SURFACE_UTILS_H_ |
#include "base/memory/scoped_ptr.h" |
+#include "content/common/content_export.h" |
#include "content/public/browser/readback_types.h" |
#include "third_party/skia/include/core/SkImageInfo.h" |
#include "ui/gfx/geometry/size.h" |
@@ -20,6 +21,7 @@ namespace content { |
scoped_ptr<cc::SurfaceIdAllocator> CreateSurfaceIdAllocator(); |
+CONTENT_EXPORT |
cc::SurfaceManager* GetSurfaceManager(); |
void CopyFromCompositingSurfaceHasResult( |