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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutThemeMobile.cpp

Issue 2405633002: Reformat comments in core/layout (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/layout/LayoutThemeMobile.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutThemeMobile.cpp b/third_party/WebKit/Source/core/layout/LayoutThemeMobile.cpp
index 1a8525d2ce17537fdae8a44b060f8c883ec1e757..1cf7e7dad0ba1d17a8e22b8d46802d53ea5135a8 100644
--- a/third_party/WebKit/Source/core/layout/LayoutThemeMobile.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutThemeMobile.cpp
@@ -60,7 +60,8 @@ String LayoutThemeMobile::extraFullscreenStyleSheet() {
void LayoutThemeMobile::adjustInnerSpinButtonStyle(ComputedStyle& style) const {
if (LayoutTestSupport::isRunningLayoutTest()) {
// Match Linux spin button style in layout tests.
- // FIXME: Consider removing the conditional if a future Android theme matches this.
+ // FIXME: Consider removing the conditional if a future Android theme
+ // matches this.
IntSize size = Platform::current()->themeEngine()->getSize(
WebThemeEngine::PartInnerSpinButton);
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutThemeMac.mm ('k') | third_party/WebKit/Source/core/layout/LayoutTreeAsText.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698