| Index: third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.cpp b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| index 4670bbc6230cd598338e1911aa80ddb5e380a6c7..7f142f6b638696d8bc75913da0f0855cf9bdc626 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| @@ -132,7 +132,7 @@ LayoutObject::SetLayoutNeededForbiddenScope::~SetLayoutNeededForbiddenScope()
|
|
|
| struct SameSizeAsLayoutObject {
|
| virtual ~SameSizeAsLayoutObject() { } // Allocate vtable pointer.
|
| - void* pointers[5];
|
| + void* pointers[6];
|
| #if ENABLE(ASSERT)
|
| unsigned m_debugBitfields : 2;
|
| #endif
|
| @@ -1229,7 +1229,7 @@ void LayoutObject::invalidatePaintUsingContainer(const LayoutBoxModelObject& pai
|
| paintInvalidationContainer.setBackingNeedsPaintInvalidationInRect(dirtyRect, invalidationReason);
|
| }
|
|
|
| -void LayoutObject::invalidateDisplayItemClient(const DisplayItemClientWrapper& displayItemClient) const
|
| +void LayoutObject::invalidateDisplayItemClient(const DisplayItemClient& displayItemClient) const
|
| {
|
| // TODO(wangxianzhu): Ensure correct bounds for the client will be or has been passed to PaintController. crbug.com/547119.
|
| // Not using enclosingCompositedContainer() directly because this object may be in an orphaned subtree.
|
|
|