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

Unified Diff: sky/engine/core/dom/Element.h

Issue 774793002: Remove scrollIntoView* API. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | sky/engine/core/dom/Element.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/Element.h
diff --git a/sky/engine/core/dom/Element.h b/sky/engine/core/dom/Element.h
index aa5afd2a8af10cfd4d5658960ec31dfd2ea460f7..f84ae7d5432cbe51e9658de25d94e3a629568609 100644
--- a/sky/engine/core/dom/Element.h
+++ b/sky/engine/core/dom/Element.h
@@ -117,9 +117,6 @@ public:
// in style attribute or one of the SVG animation attributes.
AttributeCollection attributesWithoutUpdate() const;
- void scrollIntoView(bool alignToTop = true);
- void scrollIntoViewIfNeeded(bool centerIfNeeded = true);
-
int offsetLeft();
int offsetTop();
int offsetWidth();
« no previous file with comments | « no previous file | sky/engine/core/dom/Element.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698