blob: fe663339fbdef4bb790c044c1b2e72b82e9fd95c [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.
#include "core/frame/NavigatorDeviceMemory.h"
#include "third_party/WebKit/common/device_memory/approximated_device_memory.h"
namespace blink {
float NavigatorDeviceMemory::deviceMemory() const {
return ApproximatedDeviceMemory::GetApproximatedDeviceMemory();
}
} // namespace blink