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

Unified Diff: third_party/WebKit/Source/core/dom/DOMQuad.idl

Issue 2635543003: [GeometryInterface] add toJSON() function in DOMQuad (Closed)
Patch Set: [GeometryInterface] add toJson() function in DOMQuad Created 3 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 | « third_party/WebKit/Source/core/dom/DOMQuad.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/DOMQuad.idl
diff --git a/third_party/WebKit/Source/core/dom/DOMQuad.idl b/third_party/WebKit/Source/core/dom/DOMQuad.idl
index 9063cb12e82adcd282d232bcb255a931a46dd724..061e9da972347baa347b8c220d6be942fc30ec99 100644
--- a/third_party/WebKit/Source/core/dom/DOMQuad.idl
+++ b/third_party/WebKit/Source/core/dom/DOMQuad.idl
@@ -20,5 +20,5 @@ interface DOMQuad {
[SameObject] readonly attribute DOMPoint p4;
// TODO(hs1217.lee): [NewObject] DOMRect getBounds();
- // TODO(hs1217.lee): serializer = { attribute };
+ serializer = { attribute };
};
« no previous file with comments | « third_party/WebKit/Source/core/dom/DOMQuad.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698