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

Unified Diff: third_party/WebKit/Source/core/paint/ThemePainter.cpp

Issue 2392443009: reflow comments in core/paint (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/core/paint/ThemePainter.cpp
diff --git a/third_party/WebKit/Source/core/paint/ThemePainter.cpp b/third_party/WebKit/Source/core/paint/ThemePainter.cpp
index 5b7cee9382771cb83998fc6c62b162e461923d14..e6ab416d168fdeedcc2f936b5fe317147a4d9ff7 100644
--- a/third_party/WebKit/Source/core/paint/ThemePainter.cpp
+++ b/third_party/WebKit/Source/core/paint/ThemePainter.cpp
@@ -164,7 +164,8 @@ bool ThemePainter::paint(const LayoutObject& o,
break;
}
- return true; // We don't support the appearance, so let the normal background/border paint.
+ return true; // We don't support the appearance, so let the normal
+ // background/border paint.
}
bool ThemePainter::paintBorderOnly(const LayoutObject& o,
@@ -289,7 +290,8 @@ void ThemePainter::paintSliderTicks(const LayoutObject& o,
input->userAgentShadowRoot()
->getElementById(ShadowElementNames::sliderTrack())
->layoutObject();
- // We can ignoring transforms because transform is handled by the graphics context.
+ // We can ignoring transforms because transform is handled by the graphics
+ // context.
if (trackLayoutObject)
trackBounds =
trackLayoutObject->absoluteBoundingBoxRectIgnoringTransforms();
« no previous file with comments | « third_party/WebKit/Source/core/paint/ThemePainter.h ('k') | third_party/WebKit/Source/core/paint/ThemePainterDefault.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698