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

Unified Diff: Source/core/html/HTMLBodyElement.h

Issue 1075393002: Implement Document.scrollingElement API behind experimental feature flag (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Minor fix and comment tweak Created 5 years, 8 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 | « Source/core/frame/FrameView.cpp ('k') | Source/core/html/HTMLBodyElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLBodyElement.h
diff --git a/Source/core/html/HTMLBodyElement.h b/Source/core/html/HTMLBodyElement.h
index 6537422c9866d7dda859035eee13d42eaab25df8..5938d796acbbfbfc5e4c0039b671863b0c4be46a 100644
--- a/Source/core/html/HTMLBodyElement.h
+++ b/Source/core/html/HTMLBodyElement.h
@@ -60,18 +60,6 @@ private:
virtual const QualifiedName& subResourceAttributeName() const override;
virtual bool supportsFocus() const override;
-
- virtual double scrollLeft() override;
- virtual void setScrollLeft(double) override;
-
- virtual double scrollTop() override;
- virtual void setScrollTop(double) override;
-
- virtual int scrollHeight() override;
- virtual int scrollWidth() override;
-
- virtual void scrollBy(const ScrollToOptions&) override;
- virtual void scrollTo(const ScrollToOptions&) override;
};
} // namespace blink
« no previous file with comments | « Source/core/frame/FrameView.cpp ('k') | Source/core/html/HTMLBodyElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698