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

Unified Diff: third_party/WebKit/Source/core/layout/ng/LayoutNGBlockFlow.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/LayoutNGBlockFlow.h
diff --git a/third_party/WebKit/Source/core/layout/ng/LayoutNGBlockFlow.h b/third_party/WebKit/Source/core/layout/ng/LayoutNGBlockFlow.h
deleted file mode 100644
index 5e8aa014c7a1fd2b1874a77dd2b62e068fa316d2..0000000000000000000000000000000000000000
--- a/third_party/WebKit/Source/core/layout/ng/LayoutNGBlockFlow.h
+++ /dev/null
@@ -1,26 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef LayoutNGBlockFlow_h
-#define LayoutNGBlockFlow_h
-
-#include "core/layout/LayoutBlockFlow.h"
-
-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;
-
-private:
- bool isOfType(LayoutObjectType) const override;
-};
-
-DEFINE_LAYOUT_OBJECT_TYPE_CASTS(LayoutNGBlockFlow, isLayoutNGBlockFlow());
-
-} // namespace blink
-
-#endif // LayoutNGBlockFlow_h
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutObject.cpp ('k') | third_party/WebKit/Source/core/layout/ng/LayoutNGBlockFlow.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698