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

Unified Diff: third_party/WebKit/Source/core/dom/Document.h

Issue 1416793004: Remove support for -webkit-canvas and Document.getCSSCanvasContext. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
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&);

Powered by Google App Engine
This is Rietveld 408576698