0

Remove unused header in LayoutView

LayoutQuote has been removed in https://crrev.com/c/4717706.

Also clean up some legacy variable names in comments.

Change-Id: Id47846e47d9b57e1f619b28ca8eb83d2064a2c70
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6121392
Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org>
Reviewed-by: Stefan Zager <szager@chromium.org>
Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1400973}
This commit is contained in:
Zhao Qin
2024-12-30 11:19:07 -08:00
committed by Chromium LUCI CQ
parent 248fca925d
commit 6c93b2f357
2 changed files with 2 additions and 3 deletions
AUTHORS
third_party/blink/renderer/core/layout

@ -1619,6 +1619,7 @@ Zeqin Chen <talonchen@tencent.com>
Zhanbang He <hezhanbang@gmail.com>
Zhang Hao <zhanghao.m@bytedance.com>
Zhang Hao <15686357310a@gmail.com>
Zhao Qin <qzmiss@gmail.com>
Zhaoming Jiang <zhaoming.jiang@intel.com>
Zhaoze Zhou <zhaoze.zhou@partner.samsung.com>
Zheda Chen <zheda.chen@intel.com>

@ -27,7 +27,6 @@
#include "third_party/blink/public/mojom/scroll/scrollbar_mode.mojom-blink.h"
#include "third_party/blink/renderer/core/core_export.h"
#include "third_party/blink/renderer/core/layout/layout_block_flow.h"
#include "third_party/blink/renderer/core/layout/layout_quote.h"
#include "third_party/blink/renderer/core/scroll/scrollable_area.h"
#include "third_party/blink/renderer/platform/graphics/overlay_scrollbar_clip_behavior.h"
#include "third_party/blink/renderer/platform/heap/collection_support/heap_hash_set.h"
@ -63,8 +62,7 @@ struct VariableLengthTransformResult {
// about the different viewports.
//
// Because there is one LayoutView per rooted layout tree (or Frame), this class
// is used to add members shared by this tree (e.g. m_layoutState or
// m_layoutQuoteHead).
// is used to add members shared by this tree.
class CORE_EXPORT LayoutView : public LayoutBlockFlow {
public:
explicit LayoutView(ContainerNode* document);