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

Unified Diff: Source/core/dom/Document.h

Issue 157553002: Remove the Pagination struct, clean up viewport scroll policy propagation. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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: Source/core/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index b3024ae416b67fa73bcfbf6e131f309062f6b101..1f706b899e7ed67200502c046a2b60990d897356 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -784,6 +784,8 @@ public:
HTMLHeadElement* head();
+ Element* viewportDefiningElement() const;
+
DocumentMarkerController* markers() const { return m_markers.get(); }
bool directionSetOnDocumentElement() const { return m_directionSetOnDocumentElement; }

Powered by Google App Engine
This is Rietveld 408576698