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

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

Issue 2606763002: Delete DOMPoint constructor using DOMPointInit as parameter. (Closed)
Patch Set: Delete DOMPoint constructor using DOMPointInit as parameter. Created 3 years, 12 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/DOMPoint.h
diff --git a/third_party/WebKit/Source/core/dom/DOMPoint.h b/third_party/WebKit/Source/core/dom/DOMPoint.h
index 1508bfe9ea9cc7c9fb0818a3b30f895f32500aad..95d5b2609e75acb738016e1c711ce26fc16faa60 100644
--- a/third_party/WebKit/Source/core/dom/DOMPoint.h
+++ b/third_party/WebKit/Source/core/dom/DOMPoint.h
@@ -16,7 +16,6 @@ class CORE_EXPORT DOMPoint final : public DOMPointReadOnly {
DEFINE_WRAPPERTYPEINFO();
public:
- static DOMPoint* create(const DOMPointInit&);
static DOMPoint* create(double x, double y, double z = 0, double w = 1);
static DOMPoint* fromPoint(const DOMPointInit&);

Powered by Google App Engine
This is Rietveld 408576698