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

Unified Diff: Source/platform/PlatformEvent.h

Issue 26510003: Moving all the PlatformEvent subclasses from core/platform to platform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Fix exports 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
« no previous file with comments | « Source/core/svg/SVGAElement.cpp ('k') | Source/platform/PlatformEvent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/PlatformEvent.h
diff --git a/Source/platform/PlatformEvent.h b/Source/platform/PlatformEvent.h
index 6fb915aa81e754ea93a99b25e3ca8d738879ad0e..350e129a62f811a21426fbca74cd8bc55dd26f5f 100644
--- a/Source/platform/PlatformEvent.h
+++ b/Source/platform/PlatformEvent.h
@@ -30,7 +30,7 @@
namespace WebCore {
-class PlatformEvent {
+class PLATFORM_EXPORT PlatformEvent {
public:
enum Type {
NoType = 0,
@@ -130,9 +130,7 @@ protected:
// Explicit protected destructor so that people don't accidentally
// delete a PlatformEvent.
- ~PlatformEvent()
- {
- }
+ ~PlatformEvent();
jamesr 2013/10/08 22:05:06 why do you need to make the destructor out-of-line
unsigned m_type;
unsigned m_modifiers;
« no previous file with comments | « Source/core/svg/SVGAElement.cpp ('k') | Source/platform/PlatformEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698