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

Unified Diff: sky/engine/public/web/WebFrame.h

Issue 758843004: Delete most of rendering/compositing. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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
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

Powered by Google App Engine
This is Rietveld 408576698