| 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 046892b3b146d33127059caa0efd73655b9b16ca..9ed79571a62a6a592c3dd3a5f07e3f08f7a2a87d 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| @@ -217,6 +217,7 @@ const int showTreeCharacterOffset = 39;
|
| // See the individual getters below for more details about what each width is.
|
| class CORE_EXPORT LayoutObject : public ImageResourceObserver, public DisplayItemClient {
|
| friend class LayoutObjectChildList;
|
| + friend class VisualRectMappingTest;
|
| WTF_MAKE_NONCOPYABLE(LayoutObject);
|
| public:
|
| // Anonymous objects should pass the document as their node, and they will then automatically be
|
|
|