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

Unified Diff: third_party/WebKit/Source/core/frame/FrameView.h

Issue 2766943002: Do-not-commit: Count layout tree memory usage
Patch Set: Rebase, add object paint property counter Created 3 years, 9 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/FrameView.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/frame/FrameView.h
diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h
index 5c414251a3bcf7ea3e3e9a35748f5708795a7d50..f959d97cb956739e50cd11a0e7f80e2b09fe4277 100644
--- a/third_party/WebKit/Source/core/frame/FrameView.h
+++ b/third_party/WebKit/Source/core/frame/FrameView.h
@@ -95,6 +95,7 @@ class TracedValue;
class TransformState;
struct AnnotatedRegionValue;
struct CompositedSelection;
+struct TreeStats;
typedef unsigned long long DOMTimeStamp;
@@ -134,6 +135,10 @@ class CORE_EXPORT FrameView final
void setContentsSize(const IntSize&);
+ void printLayoutTreeStats() const;
+ void countLayoutTreeStats(TreeStats&, const FrameView& frame) const;
+ void countLayoutTreeStats(TreeStats&, const LayoutObject& object) const;
+
void layout();
bool didFirstLayout() const;
void scheduleRelayout();
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698