| Index: third_party/WebKit/Source/core/layout/LayoutObject.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| index 8d06f7d70ea1a4e16d521bc205cd63f24498990d..6148adebe64e477fdfc043c5aa1642ec361f81e0 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| @@ -98,6 +98,11 @@ enum MapCoordinatesMode {
|
| };
|
| typedef unsigned MapCoordinatesFlags;
|
|
|
| +enum ScheduleRelayoutBehavior {
|
| + ScheduleRelayout,
|
| + DontScheduleRelayout
|
| +};
|
| +
|
| const LayoutUnit& caretWidth();
|
|
|
| struct AnnotatedRegionValue {
|
|
|