Index: Source/core/svg/SVGGraphicsElement.h |
diff --git a/Source/core/svg/SVGGraphicsElement.h b/Source/core/svg/SVGGraphicsElement.h |
index d02a8db70d057169ae38b5d1bd82e77b6b52327d..5fc97a6dc6c7533ec2488111f4fe2fc641aaf939 100644 |
--- a/Source/core/svg/SVGGraphicsElement.h |
+++ b/Source/core/svg/SVGGraphicsElement.h |
@@ -64,6 +64,8 @@ protected: |
private: |
virtual bool isSVGGraphicsElement() const OVERRIDE { return true; } |
+ bool cachedValidity() const; |
+ |
// SVGTests |
virtual void synchronizeRequiredFeatures() { SVGTests::synchronizeRequiredFeatures(this); } |
virtual void synchronizeRequiredExtensions() { SVGTests::synchronizeRequiredExtensions(this); } |