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

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
« no previous file with comments | « Source/core/rendering/InlineTextBox.cpp ('k') | Source/core/rendering/RenderText.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/RenderText.h
diff --git a/Source/core/rendering/RenderText.h b/Source/core/rendering/RenderText.h
index 76f0d4e8242383d81dd25287b4bf5fce5dc83797..108b74cbcf3a594f8604466355642cc40fbaba27 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();
« no previous file with comments | « Source/core/rendering/InlineTextBox.cpp ('k') | Source/core/rendering/RenderText.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698