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

Unified Diff: Source/core/frame/WebKitPoint.idl

Issue 406193002: Adding use counters for non-standard WebKitPoint. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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/frame/UseCounter.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/WebKitPoint.idl
diff --git a/Source/core/frame/WebKitPoint.idl b/Source/core/frame/WebKitPoint.idl
index b25fd36a68b5c4f617a1526125a4114d9b08495c..cc11b47972b961cbca785c28d158e12a52036ea1 100644
--- a/Source/core/frame/WebKitPoint.idl
+++ b/Source/core/frame/WebKitPoint.idl
@@ -26,6 +26,7 @@
[
CustomConstructor,
CustomConstructor(float x, float y),
+ MeasureAs=WebKitPoint,
WillBeGarbageCollected,
] interface WebKitPoint {
attribute float x;
« no previous file with comments | « Source/core/frame/UseCounter.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698