Index: third_party/WebKit/Source/core/frame/FrameView.h |
diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h |
index d7882674441b54ebce49f0b3a3e3a6181648d38e..2861b19338ea83e75e298cc93f98898afa7cc569 100644 |
--- a/third_party/WebKit/Source/core/frame/FrameView.h |
+++ b/third_party/WebKit/Source/core/frame/FrameView.h |
@@ -70,6 +70,7 @@ class Node; |
class LayoutBox; |
class LayoutEmbeddedObject; |
class LayoutObject; |
+class LayoutReplaced; |
class LayoutScrollbarPart; |
class LayoutView; |
class PaintInvalidationState; |
@@ -302,7 +303,7 @@ public: |
bool shouldSuspendScrollAnimations() const override; |
void scrollbarStyleChanged() override; |
- LayoutBox* embeddedContentBox() const; |
+ LayoutReplaced* embeddedReplacedContent() const; |
static void setInitialTracksPaintInvalidationsForTesting(bool); |