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

Unified Diff: third_party/WebKit/Source/modules/accessibility/AXSpinButton.cpp

Issue 2393003002: reflow comments in modules/accessiblity (Closed)
Patch Set: Created 4 years, 2 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/modules/accessibility/AXSpinButton.cpp
diff --git a/third_party/WebKit/Source/modules/accessibility/AXSpinButton.cpp b/third_party/WebKit/Source/modules/accessibility/AXSpinButton.cpp
index b0927e39de8c46dfde6f5e0db7273b6a1ccaf7bf..2a696658b74d6c492a87462e57f251c7a1ce54e0 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXSpinButton.cpp
+++ b/third_party/WebKit/Source/modules/accessibility/AXSpinButton.cpp
@@ -112,8 +112,8 @@ void AXSpinButtonPart::getRelativeBounds(
if (!parentObject())
return;
- // FIXME: This logic should exist in the layout tree or elsewhere, but there is no
- // relationship that exists that can be queried.
+ // FIXME: This logic should exist in the layout tree or elsewhere, but there
+ // is no relationship that exists that can be queried.
parentObject()->getRelativeBounds(outContainer, outBoundsInContainer,
outContainerTransform);
outBoundsInContainer = FloatRect(0, 0, outBoundsInContainer.width(),

Powered by Google App Engine
This is Rietveld 408576698