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

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

Issue 2904263002: [Media Controls] Tests for rotate-to-fullscreen meets orientation lock (Closed)
Patch Set: Fix MSVC warning Created 3 years, 6 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 | « no previous file | third_party/WebKit/Source/modules/media_controls/MediaControlsImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/device_orientation/DeviceOrientationData.h
diff --git a/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationData.h b/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationData.h
index 0aa00d82778c199cbb14e80d78fb7a7dd9ec4edd..284ce4e37f0a5215eb9fb2d1ee1c8f1ab89ee5a8 100644
--- a/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationData.h
+++ b/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationData.h
@@ -27,6 +27,7 @@
#define DeviceOrientationData_h
#include "bindings/core/v8/Nullable.h"
+#include "modules/ModulesExport.h"
#include "platform/heap/Handle.h"
namespace device {
@@ -37,7 +38,7 @@ namespace blink {
class DeviceOrientationEventInit;
-class DeviceOrientationData final
+class MODULES_EXPORT DeviceOrientationData final
: public GarbageCollected<DeviceOrientationData> {
public:
static DeviceOrientationData* Create();
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/media_controls/MediaControlsImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698