Index: third_party/WebKit/Source/core/layout/LayoutObject.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h |
index e0346928397dfe8d0ae3fb9a4fcac89e6c60f7b1..fbae05d1ec8f3245ae07a2b12ffb5083661d061d 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutObject.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutObject.h |
@@ -1404,6 +1404,8 @@ public: |
bool previousBackgroundObscured() const { return m_bitfields.previousBackgroundObscured(); } |
void setPreviousBackgroundObscured(bool b) { m_bitfields.setPreviousBackgroundObscured(b); } |
+ bool isBackgroundAttachmentFixedObject() const { return m_bitfields.isBackgroundAttachmentFixedObject(); } |
+ |
protected: |
enum LayoutObjectType { |
LayoutObjectBr, |