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

Unified Diff: Source/core/dom/DOMPointReadOnly.h

Issue 964333002: Implement DOMQuad of geometry interfaces. Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: expected Created 5 years, 10 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 | « Source/core/dom/DOMPoint.h ('k') | Source/core/dom/DOMQuad.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/DOMPointReadOnly.h
diff --git a/Source/core/dom/DOMPointReadOnly.h b/Source/core/dom/DOMPointReadOnly.h
index f34bc563b7ba46e8e9422ec8e2e5cf51c4b00243..5602e53a9ff3f0437054cb33f53617b31e19d088 100644
--- a/Source/core/dom/DOMPointReadOnly.h
+++ b/Source/core/dom/DOMPointReadOnly.h
@@ -20,7 +20,7 @@ public:
double z() const { return m_z; }
double w() const { return m_w; }
- DEFINE_INLINE_TRACE() { }
+ DEFINE_INLINE_VIRTUAL_TRACE() { }
protected:
DOMPointReadOnly(double x, double y, double z, double w);
« no previous file with comments | « Source/core/dom/DOMPoint.h ('k') | Source/core/dom/DOMQuad.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698