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

Unified Diff: third_party/WebKit/Source/modules/shapedetection/DetectedText.idl

Issue 2873453004: Shape Detection: add SaveSameObject idl to SameObject annotations (Closed)
Patch Set: Added [SameObject]-specific layout test Created 3 years, 7 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/modules/shapedetection/DetectedText.idl
diff --git a/third_party/WebKit/Source/modules/shapedetection/DetectedText.idl b/third_party/WebKit/Source/modules/shapedetection/DetectedText.idl
index 99d8306c8203a44b1d8cbe9f8e40965cfbfa99c4..640e635fba4abc28efb879471aadea5ce88af8c2 100644
--- a/third_party/WebKit/Source/modules/shapedetection/DetectedText.idl
+++ b/third_party/WebKit/Source/modules/shapedetection/DetectedText.idl
@@ -8,6 +8,6 @@
Constructor,
RuntimeEnabled=ShapeDetection,
] interface DetectedText {
- [SameObject] readonly attribute DOMRect boundingBox;
- [SameObject] readonly attribute DOMString rawValue;
+ [SameObject, SaveSameObject] readonly attribute DOMString rawValue;
+ [SameObject, SaveSameObject] readonly attribute DOMRect boundingBox;
Yuki 2017/05/10 06:37:37 As same, we shouldn't need [SaveSameObject] for bo
};

Powered by Google App Engine
This is Rietveld 408576698