Index: third_party/WebKit/Source/core/layout/LayoutMedia.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutMedia.h b/third_party/WebKit/Source/core/layout/LayoutMedia.h |
index c26a1a97b969e7bad1c99c363ae0b022867660eb..41482c127a14e1b0cfebef8ed306ee5cfed6b67a 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutMedia.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutMedia.h |
@@ -82,6 +82,7 @@ class LayoutMedia : public LayoutImage { |
LayoutUnit computePanelWidth(const LayoutRect& mediaWidth) const; |
+ Optional<LayoutUnit> m_lastReportedPanelWidth; |
LayoutObjectChildList m_children; |
}; |