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

Unified Diff: third_party/WebKit/Source/core/html/forms/ImageInputType.cpp

Issue 2390563002: Reflow comments in core/html/forms/. (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/html/forms/ImageInputType.cpp
diff --git a/third_party/WebKit/Source/core/html/forms/ImageInputType.cpp b/third_party/WebKit/Source/core/html/forms/ImageInputType.cpp
index 59b42402de0ae55acf2cc67534e0a029821be8d2..10c711a19c9c73191b7870888d1ae48f9ddbac4c 100644
--- a/third_party/WebKit/Source/core/html/forms/ImageInputType.cpp
+++ b/third_party/WebKit/Source/core/html/forms/ImageInputType.cpp
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Apple Inc. All rights reserved.
+ * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Apple Inc. All
+ * rights reserved.
* Copyright (C) 2010 Google Inc. All rights reserved.
* Copyright (C) 2012 Samsung Electronics. All rights reserved.
*
@@ -250,8 +251,8 @@ void ImageInputType::ensurePrimaryContent() {
}
void ImageInputType::reattachFallbackContent() {
- // This can happen inside of attachLayoutTree() in the middle of a recalcStyle so we need to
- // reattach synchronously here.
+ // This can happen inside of attachLayoutTree() in the middle of a recalcStyle
+ // so we need to reattach synchronously here.
if (element().document().inStyleRecalc())
element().reattachLayoutTree();
else

Powered by Google App Engine
This is Rietveld 408576698