Index: third_party/WebKit/Source/platform/Widget.h |
diff --git a/third_party/WebKit/Source/platform/Widget.h b/third_party/WebKit/Source/platform/Widget.h |
index a257b365ae6922b248b15d39deeaca4ed219d3d1..7b7955af862f5365be2522c2899a84bc68f56ea6 100644 |
--- a/third_party/WebKit/Source/platform/Widget.h |
+++ b/third_party/WebKit/Source/platform/Widget.h |
@@ -42,7 +42,8 @@ class Event; |
class GraphicsContext; |
class HostWindow; |
-// The Widget class serves as a base class for FrameView, Scrollbar, and PluginView. |
+// The Widget class serves as a base class for FrameView, Scrollbar, and |
+// PluginView. |
// |
// Widgets are connected in a hierarchy, with the restriction that plugins and |
// scrollbars are always leaves of the tree. Only FrameView can have children |