summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/style/style_pending_image.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/style/style_pending_image.h')
-rw-r--r--chromium/third_party/blink/renderer/core/style/style_pending_image.h18
1 files changed, 1 insertions, 17 deletions
diff --git a/chromium/third_party/blink/renderer/core/style/style_pending_image.h b/chromium/third_party/blink/renderer/core/style/style_pending_image.h
index 961228307a3..d06e9a5d541 100644
--- a/chromium/third_party/blink/renderer/core/style/style_pending_image.h
+++ b/chromium/third_party/blink/renderer/core/style/style_pending_image.h
@@ -26,16 +26,13 @@
#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_STYLE_STYLE_PENDING_IMAGE_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_STYLE_STYLE_PENDING_IMAGE_H_
-#include "third_party/blink/renderer/core/css/css_image_generator_value.h"
-#include "third_party/blink/renderer/core/css/css_image_set_value.h"
-#include "third_party/blink/renderer/core/css/css_image_value.h"
-#include "third_party/blink/renderer/core/css/css_paint_value.h"
#include "third_party/blink/renderer/core/style/style_image.h"
#include "third_party/blink/renderer/platform/graphics/image.h"
#include "third_party/blink/renderer/platform/wtf/casting.h"
namespace blink {
+class CSSValue;
class ImageResourceObserver;
// StylePendingImage is a placeholder StyleImage that is entered into the
@@ -57,19 +54,6 @@ class StylePendingImage final : public StyleImage {
CSSValue* ComputedCSSValue(const ComputedStyle& style,
bool allow_visited_style) const override;
- CSSImageValue* CssImageValue() const {
- return DynamicTo<CSSImageValue>(value_.Get());
- }
- CSSPaintValue* CssPaintValue() const {
- return DynamicTo<CSSPaintValue>(value_.Get());
- }
- CSSImageGeneratorValue* CssImageGeneratorValue() const {
- return DynamicTo<CSSImageGeneratorValue>(value_.Get());
- }
- CSSImageSetValue* CssImageSetValue() const {
- return DynamicTo<CSSImageSetValue>(value_.Get());
- }
-
FloatSize ImageSize(const Document&,
float,
const FloatSize&,