summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/style/style_fetched_image_set.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/style/style_fetched_image_set.h')
-rw-r--r--chromium/third_party/blink/renderer/core/style/style_fetched_image_set.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chromium/third_party/blink/renderer/core/style/style_fetched_image_set.h b/chromium/third_party/blink/renderer/core/style/style_fetched_image_set.h
index 24ed4143769..5eb6f5f943e 100644
--- a/chromium/third_party/blink/renderer/core/style/style_fetched_image_set.h
+++ b/chromium/third_party/blink/renderer/core/style/style_fetched_image_set.h
@@ -80,6 +80,9 @@ class StyleFetchedImageSet final : public StyleImage,
bool KnownToBeOpaque(const Document&, const ComputedStyle&) const override;
ImageResourceContent* CachedImage() const override;
+ RespectImageOrientationEnum ForceOrientationIfNecessary(
+ RespectImageOrientationEnum default_orientation) const override;
+
void Trace(Visitor*) const override;
private: