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

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

Issue 2394263004: Reformat comments in core/layout up until LayoutMultiColumnFlowThread (Closed)
Patch Set: Rebase w/HEAD 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/LayoutFileUploadControl.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutFileUploadControl.h b/third_party/WebKit/Source/core/layout/LayoutFileUploadControl.h
index 547b849d131e60af782d198d79c9b5efd3ca7269..ff4c96b6af9a8a1af202c11faf7f50f71cec1bef 100644
--- a/third_party/WebKit/Source/core/layout/LayoutFileUploadControl.h
+++ b/third_party/WebKit/Source/core/layout/LayoutFileUploadControl.h
@@ -28,9 +28,10 @@ namespace blink {
class HTMLInputElement;
-// Each LayoutFileUploadControl contains a LayoutButton (for opening the file chooser), and
-// sufficient space to draw a file icon and filename. The LayoutButton has a shadow node
-// associated with it to receive click/hover events.
+// Each LayoutFileUploadControl contains a LayoutButton (for opening the file
+// chooser), and sufficient space to draw a file icon and filename. The
+// LayoutButton has a shadow node associated with it to receive click/hover
+// events.
class CORE_EXPORT LayoutFileUploadControl final : public LayoutBlockFlow {
public:

Powered by Google App Engine
This is Rietveld 408576698