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

Unified Diff: Source/web/WebAXObject.cpp

Issue 760423002: Removing unused function isVertical(). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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 | public/web/WebAXObject.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebAXObject.cpp
diff --git a/Source/web/WebAXObject.cpp b/Source/web/WebAXObject.cpp
index 0d04227c7233148f516b1b1742778121a8361636..ad4e2e059d7a392d16e9c4674b127b9f31589f19 100644
--- a/Source/web/WebAXObject.cpp
+++ b/Source/web/WebAXObject.cpp
@@ -389,14 +389,6 @@ bool WebAXObject::isSelectedOptionActive() const
return m_private->isSelectedOptionActive();
}
-bool WebAXObject::isVertical() const
-{
- if (isDetached())
- return 0;
-
- return m_private->orientation() == AccessibilityOrientationVertical;
-}
-
WebAXOrientation WebAXObject::orientation() const
{
if (isDetached())
« no previous file with comments | « no previous file | public/web/WebAXObject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698