| Index: sky/engine/core/dom/Document.h
|
| diff --git a/sky/engine/core/dom/Document.h b/sky/engine/core/dom/Document.h
|
| index 16c973db5940d787d53caf396ab8765bd88d3c40..57f0c601130c33806fdd1076c317a06664ff3328 100644
|
| --- a/sky/engine/core/dom/Document.h
|
| +++ b/sky/engine/core/dom/Document.h
|
| @@ -411,10 +411,6 @@ public:
|
| void pushCurrentScript(PassRefPtr<HTMLScriptElement>);
|
| void popCurrentScript();
|
|
|
| - // Extension for manipulating canvas drawing contexts for use in CSS
|
| - void getCSSCanvasContext(const String& type, const String& name, int width, int height, RefPtr<CanvasRenderingContext2D>&, RefPtr<WebGLRenderingContext>&);
|
| - HTMLCanvasElement& getCSSCanvasElement(const String& name);
|
| -
|
| void finishedParsing();
|
|
|
| const WTF::TextEncoding& encoding() const { return WTF::UTF8Encoding(); }
|
| @@ -675,8 +671,6 @@ private:
|
|
|
| AtomicString m_contentLanguage;
|
|
|
| - HashMap<String, RefPtr<HTMLCanvasElement> > m_cssCanvasElements;
|
| -
|
| OwnPtr<SelectorQueryCache> m_selectorQueryCache;
|
|
|
| RenderView* m_renderView;
|
|
|