Chromium Code Reviews| 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; |