Index: third_party/WebKit/Source/core/layout/LayoutReplaced.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutReplaced.h b/third_party/WebKit/Source/core/layout/LayoutReplaced.h |
index cf61ea775f7bfabb95244c322c02694ea15871cd..783e5d2da3f467fbe9450642cdd51f70308413cb 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutReplaced.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutReplaced.h |
@@ -68,7 +68,7 @@ public: |
virtual void paintReplaced(const PaintInfo&, const LayoutPoint&) const { } |
LayoutRect localSelectionRect() const; // This is in local coordinates, but it's a physical rect (so the top left corner is physical top left). |
- bool hasObjectFit() const { return style()->objectFit() != ComputedStyle::initialObjectFit(); } |
+ bool hasObjectFit() const { return style()->getObjectFit() != ComputedStyle::initialObjectFit(); } |
void paint(const PaintInfo&, const LayoutPoint&) const override; |