| Index: ui/gfx/surface/transport_dib.h
|
| ===================================================================
|
| --- ui/gfx/surface/transport_dib.h (revision 96560)
|
| +++ ui/gfx/surface/transport_dib.h (working copy)
|
| @@ -7,6 +7,7 @@
|
| #pragma once
|
|
|
| #include "base/basictypes.h"
|
| +#include "ui/gfx/surface/surface_export.h"
|
|
|
| #if defined(OS_WIN) || defined(OS_MACOSX)
|
| #include "base/shared_memory.h"
|
| @@ -27,7 +28,7 @@
|
| // between processes: from the renderer process to the browser, and
|
| // between renderer and plugin processes.
|
| // -----------------------------------------------------------------------------
|
| -class TransportDIB {
|
| +class SURFACE_EXPORT TransportDIB {
|
| public:
|
| ~TransportDIB();
|
|
|
|
|