| Index: sky/engine/public/web/WebFrame.h
|
| diff --git a/sky/engine/public/web/WebFrame.h b/sky/engine/public/web/WebFrame.h
|
| index ca9ba0dca689f39c78e5edacd4cba70d17cbce72..636ae1b550f8cc7c0f4c0d178c5f5bf6a7511447 100644
|
| --- a/sky/engine/public/web/WebFrame.h
|
| +++ b/sky/engine/public/web/WebFrame.h
|
| @@ -300,10 +300,6 @@ public:
|
| // Returns true if selection.anchorNode has a marker on range from |from| with |length|.
|
| virtual bool selectionStartHasSpellingMarkerFor(int from, int length) const = 0;
|
|
|
| - // Dumps the layer tree, used by the accelerated compositor, in
|
| - // text form. This is used only by layout tests.
|
| - virtual WebString layerTreeAsText(bool showDebugInfo = false) const = 0;
|
| -
|
| #if BLINK_IMPLEMENTATION
|
| static WebFrame* fromFrame(Frame*);
|
| #endif
|
|
|