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

Unified Diff: Source/core/rendering/style/FillLayer.h

Issue 306483011: Combine background repaint conditions in RenderStyle and RenderObject (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add missing small-apple.jpg Created 6 years, 7 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: Source/core/rendering/style/FillLayer.h
diff --git a/Source/core/rendering/style/FillLayer.h b/Source/core/rendering/style/FillLayer.h
index d7978a5dfa8e48ff037d7bf3bf34d7c24fd78065..1027f9ca6f4c9314b73f6e48d23c282298df4946 100644
--- a/Source/core/rendering/style/FillLayer.h
+++ b/Source/core/rendering/style/FillLayer.h
@@ -167,9 +167,6 @@ public:
return m_next ? m_next->hasFixedImage() : false;
}
- bool needsFullRepaintOnContainerWidthChange() const;
- bool needsFullRepaintOnContainerHeightChange() const;
-
bool hasOpaqueImage(const RenderObject*) const;
bool hasRepeatXY() const;
bool clipOccludesNextLayers(bool firstLayer) const;

Powered by Google App Engine
This is Rietveld 408576698