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

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

Issue 934853002: Move and rename RenderQuote and RenderWordBreak. (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/LayoutQuote.cpp ('k') | Source/core/layout/LayoutWordBreak.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutWordBreak.h
diff --git a/Source/core/rendering/RenderWordBreak.h b/Source/core/layout/LayoutWordBreak.h
similarity index 91%
rename from Source/core/rendering/RenderWordBreak.h
rename to Source/core/layout/LayoutWordBreak.h
index 09e1e2b0d08d9d618d922ffc90e7e8bfba8bfc05..5171be6d10b3589824da471680c124c823b21ba5 100644
--- a/Source/core/rendering/RenderWordBreak.h
+++ b/Source/core/layout/LayoutWordBreak.h
@@ -24,8 +24,8 @@
*
*/
-#ifndef RenderWordBreak_h
-#define RenderWordBreak_h
+#ifndef LayoutWordBreak_h
+#define LayoutWordBreak_h
#include "core/rendering/RenderText.h"
@@ -33,9 +33,9 @@ namespace blink {
class HTMLElement;
-class RenderWordBreak final : public RenderText {
+class LayoutWordBreak final : public RenderText {
public:
- explicit RenderWordBreak(HTMLElement*);
+ explicit LayoutWordBreak(HTMLElement*);
virtual const char* renderName() const override;
virtual bool isWordBreak() const override;
« no previous file with comments | « Source/core/layout/LayoutQuote.cpp ('k') | Source/core/layout/LayoutWordBreak.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698