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

Unified Diff: Source/core/rendering/RenderBox.h

Issue 942963002: Need to invalidate scrollbars in case they get repositioned. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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
« Source/core/layout/LayoutObject.cpp ('K') | « Source/core/layout/LayoutObject.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/RenderBox.h
diff --git a/Source/core/rendering/RenderBox.h b/Source/core/rendering/RenderBox.h
index ce25fed67457deff786589aa5aba66d772b451ad..9316951059e675e8493730ef13d9effcbb3325a2 100644
--- a/Source/core/rendering/RenderBox.h
+++ b/Source/core/rendering/RenderBox.h
@@ -694,6 +694,8 @@ protected:
virtual PaintInvalidationReason invalidatePaintIfNeeded(const PaintInvalidationState&, const LayoutLayerModelObject& newPaintInvalidationContainer) override;
virtual void invalidateDisplayItemClients(DisplayItemList*) const override;
+ virtual bool hasNonCompositedScrollbars() const final;
dsinclair 2015/02/23 15:13:53 Should this be override instead of virtual?
mstensho (USE GERRIT) 2015/02/23 17:22:38 It's already a final override (there's a call site
+
private:
void updateShapeOutsideInfoAfterStyleChange(const LayoutStyle&, const LayoutStyle* oldStyle);
void updateGridPositionAfterStyleChange(const LayoutStyle*);
@@ -756,8 +758,6 @@ private:
void inflatePaintInvalidationRectForReflectionAndFilter(LayoutRect&) const;
- bool hasNonCompositedScrollbars() const;
-
LayoutRectOutsets m_marginBoxOutsets;
protected:
« Source/core/layout/LayoutObject.cpp ('K') | « Source/core/layout/LayoutObject.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698