summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLCanvasElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLCanvasElement.h')
-rw-r--r--WebCore/html/HTMLCanvasElement.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/WebCore/html/HTMLCanvasElement.h b/WebCore/html/HTMLCanvasElement.h
index d399d5f..2e3570d 100644
--- a/WebCore/html/HTMLCanvasElement.h
+++ b/WebCore/html/HTMLCanvasElement.h
@@ -32,10 +32,6 @@
#include "HTMLElement.h"
#include "IntSize.h"
-#if ENABLE(3D_CANVAS)
-#include "GraphicsContext3D.h"
-#endif
-
namespace WebCore {
class CanvasContextAttributes;
@@ -114,6 +110,8 @@ public:
bool is3D() const;
#endif
+ void makeRenderingResultsAvailable();
+
#ifdef ANDROID_INSTRUMENT
void* operator new(size_t size) {
return HTMLElement::operator new(size);