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

Unified Diff: Source/core/layout/LayoutButton.h

Issue 940373003: Rename RenderText to LayoutText (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « Source/core/layout/LayoutBoxModelObject.cpp ('k') | Source/core/layout/LayoutCounter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutButton.h
diff --git a/Source/core/layout/LayoutButton.h b/Source/core/layout/LayoutButton.h
index a9f64f07f41d18e5a6f786484be8a25dc7c5a751..2f1819c51a007e656b57f435d3b15761196042af 100644
--- a/Source/core/layout/LayoutButton.h
+++ b/Source/core/layout/LayoutButton.h
@@ -27,7 +27,7 @@
namespace blink {
// LayoutButtons are just like normal flexboxes except that they will generate an anonymous block child.
-// For inputs, they will also generate an anonymous RenderText and keep its style and content up
+// For inputs, they will also generate an anonymous LayoutText and keep its style and content up
// to date as the button changes.
class LayoutButton final : public LayoutFlexibleBox {
public:
« no previous file with comments | « Source/core/layout/LayoutBoxModelObject.cpp ('k') | Source/core/layout/LayoutCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698