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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutBox.h

Issue 2280153002: Refactoring out the code in LayoutTreeAsText::writeLayoutObject. (Closed)
Patch Set: Rename helper Created 4 years, 3 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/LayoutBox.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.h b/third_party/WebKit/Source/core/layout/LayoutBox.h
index f1c3ef71370d3d5e717a905cfac17eaa8fe6803c..19dd160acecb6ef56b34b9e14be636c1a99c61ea 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBox.h
+++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
@@ -1115,6 +1115,8 @@ private:
void addSnapArea(const LayoutBox&);
void removeSnapArea(const LayoutBox&);
+ LayoutRect debugRect() const override;
+
protected:
// The logical width of the element if it were to break its lines at every
// possible opportunity.

Powered by Google App Engine
This is Rietveld 408576698