Index: third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h |
diff --git a/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h b/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h |
index 0ccd54c0bd9be58881825a7099d224f9018e6fd4..a6680350d17d92cea89b525c1c8ab603f8fc67be 100644 |
--- a/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h |
+++ b/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h |
@@ -37,7 +37,6 @@ |
class DocumentLifecycle; |
class GraphicsLayer; |
class IntPoint; |
-class JSONObject; |
class Page; |
class LayoutPart; |
class Scrollbar; |
@@ -147,7 +146,7 @@ |
bool scrollingLayerDidChange(PaintLayer*); |
- PassRefPtr<JSONObject> layerTreeAsJSON(LayerTreeFlags) const; |
+ String layerTreeAsText(LayerTreeFlags); |
GraphicsLayer* layerForHorizontalScrollbar() const { return m_layerForHorizontalScrollbar.get(); } |
GraphicsLayer* layerForVerticalScrollbar() const { return m_layerForVerticalScrollbar.get(); } |