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

Unified Diff: Source/platform/PlatformMouseEvent.h

Issue 400543004: Rename WebCore namespace to blink in Platform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/platform/PlatformKeyboardEvent.cpp ('k') | Source/platform/PlatformScreen.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/PlatformMouseEvent.h
diff --git a/Source/platform/PlatformMouseEvent.h b/Source/platform/PlatformMouseEvent.h
index 76292fa996ac66054ff4d1138e0126b1a51f940c..4a4b8a95ee4539a6f39e03ce151b885fb093e07c 100644
--- a/Source/platform/PlatformMouseEvent.h
+++ b/Source/platform/PlatformMouseEvent.h
@@ -29,7 +29,7 @@
#include "platform/PlatformEvent.h"
#include "platform/geometry/IntPoint.h"
-namespace WebCore {
+namespace blink {
// These button numbers match the ones used in the DOM API, 0 through 2, except for NoButton which isn't specified.
enum MouseButton { NoButton = -1, LeftButton, MiddleButton, RightButton };
@@ -102,6 +102,6 @@ protected:
unsigned m_modifierFlags;
};
-} // namespace WebCore
+} // namespace blink
#endif // PlatformMouseEvent_h
« no previous file with comments | « Source/platform/PlatformKeyboardEvent.cpp ('k') | Source/platform/PlatformScreen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698