Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(233)

Unified Diff: third_party/WebKit/Source/core/frame/FrameView.h

Issue 1785123003: Rework embeddedContentBox into embeddedReplacedContent (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/FrameView.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698