blob: 3d275143bfa33e46e25d9941b65b479016c984f3 [file] [log] [blame]
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef DOMWindowDeviceOrientation_h
#define DOMWindowDeviceOrientation_h
#include "modules/EventTargetModules.h"
namespace blink {
class DOMWindowDeviceOrientation {
public:
DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(deviceorientation);
DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(deviceorientationabsolute);
};
} // namespace blink
#endif // DOMWindowDeviceOrientation_h