Index: third_party/WebKit/Source/core/layout/api/LayoutItem.h |
diff --git a/third_party/WebKit/Source/core/layout/api/LayoutItem.h b/third_party/WebKit/Source/core/layout/api/LayoutItem.h |
index bfa3faec873c3b61076ec29e4eb547e5b5c9b97f..2ae420e8fddb37371a6e1b1e3ee3d7850f4c6f9a 100644 |
--- a/third_party/WebKit/Source/core/layout/api/LayoutItem.h |
+++ b/third_party/WebKit/Source/core/layout/api/LayoutItem.h |
@@ -13,6 +13,7 @@ |
namespace blink { |
class FrameView; |
+class LayoutAPIShim; |
class Node; |
class LayoutItem { |
@@ -257,6 +258,8 @@ protected: |
private: |
LayoutObject* m_layoutObject; |
+ |
+ friend class LayoutAPIShim; |
}; |
} // namespace blink |