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

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

Issue 1843603002: [Layout API] Add LocalFrame::contentLayoutItem and use in VisualViewport (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: third_party/WebKit/Source/core/frame/LocalFrame.h
diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.h b/third_party/WebKit/Source/core/frame/LocalFrame.h
index 54921de18f718f9eb5b0d15b15b6506cf7cccc34..4e488c8ee9a5ec43c06d36b8f93532431eff1613 100644
--- a/third_party/WebKit/Source/core/frame/LocalFrame.h
+++ b/third_party/WebKit/Source/core/frame/LocalFrame.h
@@ -62,6 +62,7 @@ class InputMethodController;
class IntPoint;
class IntSize;
class InstrumentingAgents;
+class LayoutViewItem;
class LocalDOMWindow;
class NavigationScheduler;
class Node;
@@ -112,6 +113,7 @@ public:
Element* pagePopupOwner() const { return m_pagePopupOwner.get(); }
LayoutView* contentLayoutObject() const; // Root of the layout tree for the document contained in this frame.
+ LayoutViewItem contentLayoutItem() const;
Editor& editor() const;
EventHandler& eventHandler() const;
« no previous file with comments | « third_party/WebKit/Source/core/frame/FrameView.cpp ('k') | third_party/WebKit/Source/core/frame/LocalFrame.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698