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

Unified Diff: third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.h

Issue 2228843003: [LayoutNG] Change core/layout/ng to Chromium style and rename files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/ng/layout_ng_block_flow.h
diff --git a/third_party/WebKit/Source/core/layout/ng/LayoutNGBlockFlow.h b/third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.h
similarity index 70%
rename from third_party/WebKit/Source/core/layout/ng/LayoutNGBlockFlow.h
rename to third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.h
index 5e8aa014c7a1fd2b1874a77dd2b62e068fa316d2..0dd7a3bef28887250ebed95364430c5bbea73d24 100644
--- a/third_party/WebKit/Source/core/layout/ng/LayoutNGBlockFlow.h
+++ b/third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.h
@@ -11,16 +11,16 @@ namespace blink {
// This overrides the default layout block algorithm to use Layout NG.
class LayoutNGBlockFlow final : public LayoutBlockFlow {
-public:
- explicit LayoutNGBlockFlow(Element*);
- ~LayoutNGBlockFlow() override = default;
+ public:
+ explicit LayoutNGBlockFlow(Element*);
+ ~LayoutNGBlockFlow() override = default;
-private:
- bool isOfType(LayoutObjectType) const override;
+ private:
+ bool isOfType(LayoutObjectType) const override;
};
DEFINE_LAYOUT_OBJECT_TYPE_CASTS(LayoutNGBlockFlow, isLayoutNGBlockFlow());
-} // namespace blink
+} // namespace blink
-#endif // LayoutNGBlockFlow_h
+#endif // LayoutNGBlockFlow_h
« no previous file with comments | « third_party/WebKit/Source/core/layout/ng/NGUnits.h ('k') | third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698