| 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 67d3cacb81f77ff7e8250953bc5e9f39ef709a8f..9bddefb91dc118b8c6fee5bb4134c81cc25956b2 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| @@ -84,8 +84,6 @@ enum MarkingBehavior {
|
|
|
| enum ScheduleRelayoutBehavior { ScheduleRelayout, DontScheduleRelayout };
|
|
|
| -const LayoutUnit& caretWidth();
|
| -
|
| struct AnnotatedRegionValue {
|
| DISALLOW_NEW_EXCEPT_PLACEMENT_NEW();
|
| bool operator==(const AnnotatedRegionValue& o) const {
|
|
|