summaryrefslogtreecommitdiffstats
path: root/chromium/content/common/gpu/media/va_surface.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/common/gpu/media/va_surface.h')
-rw-r--r--chromium/content/common/gpu/media/va_surface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/content/common/gpu/media/va_surface.h b/chromium/content/common/gpu/media/va_surface.h
index eed631b4874..88dfc2a9041 100644
--- a/chromium/content/common/gpu/media/va_surface.h
+++ b/chromium/content/common/gpu/media/va_surface.h
@@ -78,7 +78,7 @@ namespace content {
// v
// VaapiWrapper frees VASurfaceID.
//
-class VASurface : public base::RefCountedThreadSafe<VASurface> {
+class CONTENT_EXPORT VASurface : public base::RefCountedThreadSafe<VASurface> {
public:
// Provided by user, will be called when all references to the surface
// are released.