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

Unified Diff: third_party/WebKit/Source/modules/device_orientation/DOMWindowDeviceOrientation.h

Issue 1416123002: Absolute Device Orientation API: blink implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 1 month 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: third_party/WebKit/Source/modules/device_orientation/DOMWindowDeviceOrientation.h
diff --git a/third_party/WebKit/Source/modules/device_orientation/DOMWindowDeviceOrientation.h b/third_party/WebKit/Source/modules/device_orientation/DOMWindowDeviceOrientation.h
index 091d4abc9eeb412bbef5f26da6b596f951e43a7a..a9ff107de337a6e2a0956dd9f6c6c89f84a683b6 100644
--- a/third_party/WebKit/Source/modules/device_orientation/DOMWindowDeviceOrientation.h
+++ b/third_party/WebKit/Source/modules/device_orientation/DOMWindowDeviceOrientation.h
@@ -12,6 +12,7 @@ namespace blink {
class DOMWindowDeviceOrientation {
public:
DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(deviceorientation);
+ DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(deviceorientationabsolute);
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698