| Index: webkit/glue/webkit_glue.h
|
| diff --git a/webkit/glue/webkit_glue.h b/webkit/glue/webkit_glue.h
|
| index d5c1991380b8c330ff5a1232c43f6c307ed988c2..8fea6984cf3825d4949093012010ea506c409166 100644
|
| --- a/webkit/glue/webkit_glue.h
|
| +++ b/webkit/glue/webkit_glue.h
|
| @@ -50,17 +50,6 @@ string16 DumpFramesAsText(WebKit::WebFrame* web_frame, bool recursive);
|
| // Returns the renderer's description of its tree (its externalRepresentation).
|
| WEBKIT_GLUE_EXPORT string16 DumpRenderer(WebKit::WebFrame* web_frame);
|
|
|
| -// Returns the number of page where the specified element will be put.
|
| -int PageNumberForElementById(WebKit::WebFrame* web_frame,
|
| - const std::string& id,
|
| - float page_width_in_pixels,
|
| - float page_height_in_pixels);
|
| -
|
| -// Returns the number of pages to be printed.
|
| -int NumberOfPages(WebKit::WebFrame* web_frame,
|
| - float page_width_in_pixels,
|
| - float page_height_in_pixels);
|
| -
|
| // Returns a dump of the scroll position of the webframe.
|
| string16 DumpFrameScrollPosition(WebKit::WebFrame* web_frame, bool recursive);
|
|
|
|
|