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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutObject.h

Issue 2940933003: DO NOT SUBMIT results of new clang-format (Closed)
Patch Set: Created 3 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
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) <

Powered by Google App Engine
This is Rietveld 408576698