Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(836)

Unified Diff: sky/engine/core/dom/Document.h

Issue 876913002: Remove CSSCanvas values. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/core/css/parser/CSSPropertyParser.cpp ('k') | sky/engine/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « sky/engine/core/css/parser/CSSPropertyParser.cpp ('k') | sky/engine/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698