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

Unified Diff: webkit/mocks/mock_webframe.h

Issue 6677069: Provisional fix for WebFrame API change upstream. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 9 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 | « no previous file | webkit/mocks/mock_webframe.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/mocks/mock_webframe.h
diff --git a/webkit/mocks/mock_webframe.h b/webkit/mocks/mock_webframe.h
index adbf5158dc7039a651030cd34a4c6d41c465d22e..eb06a97f30c967b3fcc01b8ee61fc78881a7a48f 100644
--- a/webkit/mocks/mock_webframe.h
+++ b/webkit/mocks/mock_webframe.h
@@ -197,6 +197,7 @@ class MockWebFrame : public WebKit::WebFrame {
const WebInputElement&);
virtual WebString contentAsText(size_t maxChars) const;
virtual WebString contentAsMarkup() const;
+ virtual WebString renderTreeAsText(bool showDebugInfo) const;
virtual WebString renderTreeAsText() const;
virtual WebString counterValueForElementById(const WebString& id) const;
virtual WebString markerTextForListItem(const WebElement&) const;
@@ -208,6 +209,7 @@ class MockWebFrame : public WebKit::WebFrame {
virtual bool pauseSVGAnimation(const WebString& animationId,
double time,
const WebString& elementId);
+ virtual WebString layerTreeAsText(bool showDebugInfo) const;
virtual WebString layerTreeAsText() const;
private:
« no previous file with comments | « no previous file | webkit/mocks/mock_webframe.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698