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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutView.h

Issue 2713673005: client-goodbye
Patch Set: Created 3 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
Index: third_party/WebKit/Source/core/layout/LayoutView.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutView.h b/third_party/WebKit/Source/core/layout/LayoutView.h
index 0317ac1f72ed629488c17d62012d31ff0ac19612..de6479fdd0d544f65e91661dd71ffb11a43ce152 100644
--- a/third_party/WebKit/Source/core/layout/LayoutView.h
+++ b/third_party/WebKit/Source/core/layout/LayoutView.h
@@ -239,6 +239,9 @@ class CORE_EXPORT LayoutView final : public LayoutBlockFlow {
// or PaintLayerScrollableArea handle the scroll.
ScrollResult scroll(ScrollGranularity, const FloatSize&) override;
+ // DisplayItemClient implementation.
+ bool paintedOutputOfObjectHasNoEffectRegardlessOfSize() const override;
+
LayoutRect debugRect() const override;
private:
@@ -269,8 +272,6 @@ class CORE_EXPORT LayoutView final : public LayoutBlockFlow {
int viewLogicalWidthForBoxSizing() const;
int viewLogicalHeightForBoxSizing() const;
- bool paintedOutputOfObjectHasNoEffectRegardlessOfSize() const override;
-
UntracedMember<FrameView> m_frameView;
// The current selection represented as 2 boundaries.

Powered by Google App Engine
This is Rietveld 408576698