// Copyright 2016 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/core/css/cssom/css_style_image_value.h" namespace blink { double CSSStyleImageValue::intrinsicWidth(bool& is_null) const { … } double CSSStyleImageValue::intrinsicHeight(bool& is_null) const { … } double CSSStyleImageValue::intrinsicRatio(bool& is_null) const { … } gfx::SizeF CSSStyleImageValue::ElementSize( const gfx::SizeF& default_object_size, const RespectImageOrientationEnum) const { … } } // namespace blink