Index: third_party/WebKit/Source/core/dom/Document.h |
diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h |
index faa04784e74c73f06b2eb85bc9de281aabb8f84f..bb187f1fd24e32066e4f9ad89cfd81e402360a5c 100644 |
--- a/third_party/WebKit/Source/core/dom/Document.h |
+++ b/third_party/WebKit/Source/core/dom/Document.h |
@@ -813,10 +813,6 @@ public: |
void updateFocusAppearanceSoon(bool restorePreviousSelection); |
void cancelFocusAppearanceUpdate(); |
- // Extension for manipulating canvas drawing contexts for use in CSS |
pdr.
2015/10/23 18:23:55
You need to remove the m_cssCanvasElements member
chrishtr
2015/10/23 19:47:06
Done.
|
- ScriptValue getCSSCanvasContext(ScriptState*, const String& type, const String& name, int width, int height); |
- HTMLCanvasElement& getCSSCanvasElement(const String& name); |
- |
bool isDNSPrefetchEnabled() const { return m_isDNSPrefetchEnabled; } |
void parseDNSPrefetchControlHeader(const String&); |