Chromium Code Reviews| Index: Source/core/layout/LayoutBoxModelObject.h |
| diff --git a/Source/core/layout/LayoutBoxModelObject.h b/Source/core/layout/LayoutBoxModelObject.h |
| index 1b8983ad4bf164df154962e63a163809af3f32b3..5d2d52935a7a6cc3bc0adddcfb4844fac1399e97 100644 |
| --- a/Source/core/layout/LayoutBoxModelObject.h |
| +++ b/Source/core/layout/LayoutBoxModelObject.h |
| @@ -204,6 +204,8 @@ public: |
| void invalidateDisplayItemClientOnBacking(const DisplayItemClientWrapper&) const; |
| + bool backgroundStolenForBeingBody() const; |
|
chrishtr
2015/06/03 18:15:15
Add comments explaining what this is about.
trchen
2015/06/03 23:15:24
Acknowledged.
|
| + |
| protected: |
| virtual void willBeDestroyed() override; |