diff options
Diffstat (limited to 'WebKit/chromium/public/WebFrame.h')
-rw-r--r-- | WebKit/chromium/public/WebFrame.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebKit/chromium/public/WebFrame.h b/WebKit/chromium/public/WebFrame.h index c4fa7ae..d8eca6a 100644 --- a/WebKit/chromium/public/WebFrame.h +++ b/WebKit/chromium/public/WebFrame.h @@ -518,6 +518,8 @@ public: // used to support layout tests. virtual WebString counterValueForElementById(const WebString& id) const = 0; + // Calls markerTextForListItem() defined in WebCore/rendering/RenderTreeAsText.h. + virtual WebString markerTextForListItem(const WebElement&) const = 0; // Returns the number of page where the specified element will be put. // This method is used to support layout tests. |