Chromium Code Reviews| Index: Source/platform/PlatformEvent.h |
| diff --git a/Source/core/platform/PlatformEvent.h b/Source/platform/PlatformEvent.h |
| similarity index 98% |
| rename from Source/core/platform/PlatformEvent.h |
| rename to Source/platform/PlatformEvent.h |
| index ff14a97ba68b053f119ec1c790d811e578e9ab74..e932380f7458a462648675e75a64505de827d26d 100644 |
| --- a/Source/core/platform/PlatformEvent.h |
| +++ b/Source/platform/PlatformEvent.h |
| @@ -26,9 +26,11 @@ |
| #ifndef PlatformEvent_h |
| #define PlatformEvent_h |
| +#include "platform/PlatformExport.h" |
| + |
| namespace WebCore { |
| -class PlatformEvent { |
| +class PLATFORM_EXPORT PlatformEvent { |
|
abarth-chromium
2013/10/02 06:28:35
There's no need to export this class. It is entir
|
| public: |
| enum Type { |
| NoType = 0, |