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

Unified Diff: Source/core/rendering/RenderText.h

Issue 23983002: Expose InlineTextBoxes in the accessibility tree. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 7 years, 2 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/rendering/RenderText.h
diff --git a/Source/core/rendering/RenderText.h b/Source/core/rendering/RenderText.h
index 4313475f38f1f115d22fcc6f224f1a8e8111e55b..cd2732e3303f9a7de79550a9fcd7f49148ee0ee8 100644
--- a/Source/core/rendering/RenderText.h
+++ b/Source/core/rendering/RenderText.h
@@ -25,9 +25,11 @@
#include "core/rendering/RenderObject.h"
#include "wtf/Forward.h"
+#include "wtf/PassRefPtr.h"
namespace WebCore {
+class AbstractInlineTextBox;
class InlineTextBox;
class RenderText : public RenderObject {
@@ -142,6 +144,8 @@ public:
void removeAndDestroyTextBoxes();
+ PassRefPtr<AbstractInlineTextBox> firstAbstractInlineTextBox();
+
protected:
virtual void computePreferredLogicalWidths(float leadWidth);
virtual void willBeDestroyed();

Powered by Google App Engine
This is Rietveld 408576698