Index: third_party/WebKit/public/platform/WebPlatformEventType.h |
diff --git a/third_party/WebKit/public/platform/WebPlatformEventType.h b/third_party/WebKit/public/platform/WebPlatformEventType.h |
index e12f0a1d43de9a3db0e2dd561390ae985a13e287..21018c870977132f1716e7647d5da2df8550d2f2 100644 |
--- a/third_party/WebKit/public/platform/WebPlatformEventType.h |
+++ b/third_party/WebKit/public/platform/WebPlatformEventType.h |
@@ -8,12 +8,12 @@ |
namespace blink { |
enum WebPlatformEventType { |
- WebPlatformEventDeviceMotion, |
- WebPlatformEventDeviceOrientation, |
- WebPlatformEventDeviceLight, |
- WebPlatformEventBattery, |
- WebPlatformEventGamepad, |
- WebPlatformEventScreenOrientation, |
+ WebPlatformEventTypeDeviceMotion, |
+ WebPlatformEventTypeDeviceOrientation, |
+ WebPlatformEventTypeDeviceLight, |
+ WebPlatformEventTypeBattery, |
+ WebPlatformEventTypeGamepad, |
+ WebPlatformEventTypeScreenOrientation |
}; |
} // namespace blink |