chromium/third_party/blink/renderer/modules/device_posture/navigator_device_posture.cc

// Copyright 2021 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/device_posture/navigator_device_posture.h"

#include "third_party/blink/renderer/core/frame/local_dom_window.h"
#include "third_party/blink/renderer/core/frame/navigator.h"
#include "third_party/blink/renderer/modules/device_posture/device_posture.h"
#include "third_party/blink/renderer/platform/runtime_enabled_features.h"

namespace blink {

// static
const char NavigatorDevicePosture::kSupplementName[] =;

// static
DevicePosture* NavigatorDevicePosture::devicePosture(Navigator& navigator) {}

NavigatorDevicePosture::NavigatorDevicePosture(Navigator& navigator)
    :{}

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

}  // namespace blink