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 e896074c771bc126d1261a6779d12418335b188c..ce71ae70725045cf643df4153783c4e546eac2e8 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutObject.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutObject.h |
@@ -1499,13 +1499,13 @@ class CORE_EXPORT LayoutObject : public ImageResourceObserver, |
Color SelectionEmphasisMarkColor(const GlobalPaintFlags) const; |
/** |
- * Returns the local coordinates of the caret within this layout object. |
- * @param caretOffset zero-based offset determining position within the |
+ * Returns the local coordinates of the caret within this layout object. |
+ * @param caretOffset zero-based offset determining position within the |
* layout object. |
- * @param extraWidthToEndOfLine optional out arg to give extra width to end |
+ * @param extraWidthToEndOfLine optional out arg to give extra width to end |
* of line - |
- * useful for character range rect computations |
- */ |
+ * useful for character range rect computations |
+ */ |
virtual LayoutRect LocalCaretRect( |
InlineBox*, |
int caret_offset, |
@@ -2519,7 +2519,7 @@ class CORE_EXPORT LayoutObject : public ImageResourceObserver, |
unsigned selection_state_ : 3; // SelectionState |
// Mutable for getter which lazily update this field. |
mutable unsigned |
- background_obscuration_state_ : 2; // BackgroundObscurationState |
+ background_obscuration_state_ : 2; // BackgroundObscurationState |
unsigned full_paint_invalidation_reason_ : 5; // PaintInvalidationReason |
static_assert(static_cast<unsigned>(PaintInvalidationReason::kMax) < |