Index: Source/core/rendering/RenderLayer.h |
diff --git a/Source/core/rendering/RenderLayer.h b/Source/core/rendering/RenderLayer.h |
index 78d1bb054458485b1f5cfc2bd0412b95243ed844..0138b8d206d243789462c00b0b8b161d48e27b08 100644 |
--- a/Source/core/rendering/RenderLayer.h |
+++ b/Source/core/rendering/RenderLayer.h |
@@ -176,7 +176,6 @@ public: |
// FIXME: hasVisibleDescendant() should call updateDescendantDependentFlags() if m_visibleDescendantStatusDirty. |
bool hasVisibleDescendant() const { ASSERT(!m_visibleDescendantStatusDirty); return m_hasVisibleDescendant; } |
- void setHasVisibleContent(); |
void dirtyVisibleContentStatus(); |
void potentiallyDirtyVisibleContentStatus(EVisibility); |