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

Unified Diff: third_party/WebKit/Source/platform/bindings/V8PrivateProperty.h

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/platform/bindings/V8PrivateProperty.h
diff --git a/third_party/WebKit/Source/platform/bindings/V8PrivateProperty.h b/third_party/WebKit/Source/platform/bindings/V8PrivateProperty.h
index 561e0aedfdc945b20b0ed7ee1569c8aca85dacdf..38d7d73ecbdfce70e7b2213b1f1e6805321ec370 100644
--- a/third_party/WebKit/Source/platform/bindings/V8PrivateProperty.h
+++ b/third_party/WebKit/Source/platform/bindings/V8PrivateProperty.h
@@ -55,6 +55,13 @@ class ScriptWrappable;
X(NamedConstructor, Initialized) \
X(PerformanceObserver, Callback) \
X(PopStateEvent, State) \
+ X(SameObject, DetectedBarcodeRawValue) \
+ X(SameObject, DetectedBarcodeBoundingBox) \
+ X(SameObject, DetectedBarcodeCornerPoints) \
+ X(SameObject, DetectedFaceBoundingBox) \
+ X(SameObject, DetectedFaceLandmarks) \
+ X(SameObject, DetectedTextRawValue) \
+ X(SameObject, DetectedTextBoundingBox) \
X(SameObject, NotificationActions) \
X(SameObject, NotificationData) \
X(SameObject, NotificationVibrate) \

Powered by Google App Engine
This is Rietveld 408576698