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

Unified Diff: public/web/WebFrame.h

Issue 1180573003: Add option to dump line box tree when dumping layout tree. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: pointers->references Created 5 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
« no previous file with comments | « Source/web/WebLocalFrameImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebFrame.h
diff --git a/public/web/WebFrame.h b/public/web/WebFrame.h
index 16e0ba8db388c13f357931feaabf72501185006e..c99fabbe7fb58ce236a96784720648e20cde3a24 100644
--- a/public/web/WebFrame.h
+++ b/public/web/WebFrame.h
@@ -101,7 +101,8 @@ public:
enum LayoutAsTextControl {
LayoutAsTextNormal = 0,
LayoutAsTextDebug = 1 << 0,
- LayoutAsTextPrinting = 1 << 1
+ LayoutAsTextPrinting = 1 << 1,
+ LayoutAsTextWithLineTrees = 1 << 2
};
typedef unsigned LayoutAsTextControls;
« no previous file with comments | « Source/web/WebLocalFrameImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698