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

Unified Diff: third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h

Issue 2051333005: Let FrameView track object paint invalidations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@TrackInvalidation
Patch Set: NeedsRebaseline Created 4 years, 6 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
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 a6680350d17d92cea89b525c1c8ab603f8fc67be..0ccd54c0bd9be58881825a7099d224f9018e6fd4 100644
--- a/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h
+++ b/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h
@@ -37,6 +37,7 @@ class PaintLayer;
class DocumentLifecycle;
class GraphicsLayer;
class IntPoint;
+class JSONObject;
class Page;
class LayoutPart;
class Scrollbar;
@@ -146,7 +147,7 @@ public:
bool scrollingLayerDidChange(PaintLayer*);
- String layerTreeAsText(LayerTreeFlags);
+ PassRefPtr<JSONObject> layerTreeAsJSON(LayerTreeFlags) const;
GraphicsLayer* layerForHorizontalScrollbar() const { return m_layerForHorizontalScrollbar.get(); }
GraphicsLayer* layerForVerticalScrollbar() const { return m_layerForVerticalScrollbar.get(); }

Powered by Google App Engine
This is Rietveld 408576698