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

Unified Diff: sky/engine/core/rendering/RenderBox.h

Issue 847303003: Delete selection paint invalidation code. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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: sky/engine/core/rendering/RenderBox.h
diff --git a/sky/engine/core/rendering/RenderBox.h b/sky/engine/core/rendering/RenderBox.h
index 8e07a8640f1daa6fdc24e0017bc241963608497b..6b3bc5ecb81df717b728d409b12bdc69af944f30 100644
--- a/sky/engine/core/rendering/RenderBox.h
+++ b/sky/engine/core/rendering/RenderBox.h
@@ -363,8 +363,6 @@ public:
void setInlineBoxWrapper(InlineBox*);
void deleteLineBoxWrapper();
- virtual void mapRectToPaintInvalidationBacking(const RenderLayerModelObject* paintInvalidationContainer, LayoutRect&, const PaintInvalidationState*) const override;
-
LayoutUnit containingBlockLogicalHeightForContent(AvailableLogicalHeightType) const;
virtual void updateLogicalWidth();
@@ -478,7 +476,6 @@ public:
virtual void computeIntrinsicRatioInformation(FloatSize& /* intrinsicSize */, double& /* intrinsicRatio */) const { }
IntSize scrolledContentOffset() const;
- void applyCachedClipAndScrollOffsetForPaintInvalidation(LayoutRect& paintRect) const;
virtual bool hasRelativeLogicalHeight() const;
@@ -584,8 +581,6 @@ private:
// min/max.
mutable LayoutUnit m_intrinsicContentLogicalHeight;
- void inflatePaintInvalidationRectForReflectionAndFilter(LayoutRect&) const;
-
protected:
LayoutBoxExtent m_marginBox;

Powered by Google App Engine
This is Rietveld 408576698