Index: Source/core/rendering/RenderObject.h |
diff --git a/Source/core/rendering/RenderObject.h b/Source/core/rendering/RenderObject.h |
index 5f1b917a328edec2ab2e713e8cb330761436399a..f72fd1d0542d000c9f573bcaf4196ebfcb10743f 100644 |
--- a/Source/core/rendering/RenderObject.h |
+++ b/Source/core/rendering/RenderObject.h |
@@ -266,8 +266,6 @@ public: |
#endif |
- bool skipInvalidationWhenLaidOutChildren() const; |
- |
// FIXME: This could be used when changing the size of a renderer without children to skip some invalidations. |
bool rendererHasNoBoxEffect() const |
{ |
@@ -325,6 +323,8 @@ private: |
// or from Parent element. |
PassRefPtr<RenderStyle> getUncachedPseudoStyleFromParentOrShadowHost() const; |
+ bool skipInvalidationWhenLaidOutChildren() const; |
+ |
public: |
#ifndef NDEBUG |
void showTreeForThis() const; |