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

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: Put scrollingElement behind a flag for now 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
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

Powered by Google App Engine
This is Rietveld 408576698