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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutTextTrackContainer.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
Index: third_party/WebKit/Source/core/layout/LayoutTextTrackContainer.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutTextTrackContainer.h b/third_party/WebKit/Source/core/layout/LayoutTextTrackContainer.h
index d711665a024006dbbb7340daf24a9c15cc84e006..8e7783e7b376d5cb108861b517f6c532f6fb9922 100644
--- a/third_party/WebKit/Source/core/layout/LayoutTextTrackContainer.h
+++ b/third_party/WebKit/Source/core/layout/LayoutTextTrackContainer.h
@@ -39,6 +39,7 @@ class LayoutVideo;
class LayoutTextTrackContainer final : public LayoutBlockFlow {
public:
LayoutTextTrackContainer(Element*);
+ char objectSize() const override { return sizeof(this); }
private:
void layout() override;
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutTextFragment.h ('k') | third_party/WebKit/Source/core/layout/LayoutVTTCue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698