blob: 091d4abc9eeb412bbef5f26da6b596f951e43a7a [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);
};
} // namespace blink
#endif // DOMWindowDeviceOrientation_h