chromium/third_party/blink/renderer/modules/screen_orientation/screen_screen_orientation.cc

// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "third_party/blink/renderer/modules/screen_orientation/screen_screen_orientation.h"

#include "third_party/blink/renderer/core/frame/local_dom_window.h"
#include "third_party/blink/renderer/core/frame/screen.h"
#include "third_party/blink/renderer/modules/screen_orientation/screen_orientation.h"
#include "third_party/blink/renderer/platform/bindings/script_state.h"

namespace blink {

// static
ScreenScreenOrientation& ScreenScreenOrientation::From(Screen& screen) {}

// static
ScreenOrientation* ScreenScreenOrientation::orientation(Screen& screen) {}

const char ScreenScreenOrientation::kSupplementName[] =;

ScreenScreenOrientation::ScreenScreenOrientation(Screen& screen)
    :{}

void ScreenScreenOrientation::Trace(Visitor* visitor) const {}

}  // namespace blink