Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1579)

Unified Diff: Source/platform/PlatformEvent.h

Issue 25527004: Move PlatformEvent.cpp/.h to Source/platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698