Index: Source/core/html/canvas/CanvasRenderingContext2D.h |
diff --git a/Source/core/html/canvas/CanvasRenderingContext2D.h b/Source/core/html/canvas/CanvasRenderingContext2D.h |
index 27003eb1d581342e085a81783eebb72f8df90130..4dac5901792c34b994b00292920dae63c12861d1 100644 |
--- a/Source/core/html/canvas/CanvasRenderingContext2D.h |
+++ b/Source/core/html/canvas/CanvasRenderingContext2D.h |
@@ -335,6 +335,8 @@ private: |
void updateFocusRingAccessibility(const Path&, Element*); |
void drawFocusRing(const Path&); |
+ void validateStateStack(); |
+ |
virtual bool is2d() const OVERRIDE { return true; } |
virtual bool isAccelerated() const OVERRIDE; |
virtual bool hasAlpha() const OVERRIDE { return m_hasAlpha; } |