Chromium Code Reviews| Index: third_party/WebKit/Source/core/dom/Node.h |
| diff --git a/third_party/WebKit/Source/core/dom/Node.h b/third_party/WebKit/Source/core/dom/Node.h |
| index 8710267557c4dfa5c54ea7caa3924226d6419189..5ce22f230b640f611df2f80b22d3a75d6d0911d7 100644 |
| --- a/third_party/WebKit/Source/core/dom/Node.h |
| +++ b/third_party/WebKit/Source/core/dom/Node.h |
| @@ -36,6 +36,7 @@ |
| #include "core/editing/EditingBoundary.h" |
| #include "core/events/EventTarget.h" |
| #include "core/style/ComputedStyleConstants.h" |
| +#include "platform/FrameViewBase.h" |
|
esprehn
2017/03/10 07:24:32
Node.h is included in nearly every file, so this i
|
| #include "platform/geometry/LayoutRect.h" |
| // This needs to be here because Element.cpp also depends on it. |
| @@ -576,6 +577,8 @@ class CORE_EXPORT Node : public EventTarget { |
| LayoutBox* layoutBox() const; |
| LayoutBoxModelObject* layoutBoxModelObject() const; |
| + FrameViewBase* frameViewBase() const; |
| + |
| struct AttachContext { |
| STACK_ALLOCATED(); |
| ComputedStyle* resolvedStyle = nullptr; |