Index: Source/core/html/HTMLCanvasElement.h |
diff --git a/Source/core/html/HTMLCanvasElement.h b/Source/core/html/HTMLCanvasElement.h |
index 0b187f58a6842dc0b4154830b38baef8dc4e2095..c6d44777023c4f910c2453348e4409a747a6048b 100644 |
--- a/Source/core/html/HTMLCanvasElement.h |
+++ b/Source/core/html/HTMLCanvasElement.h |
@@ -138,7 +138,6 @@ public: |
bool is3D() const; |
bool hasImageBuffer() const { return m_imageBuffer; } |
- bool hasValidImageBuffer() const; |
void discardImageBuffer(); |
bool shouldAccelerate(const IntSize&) const; |