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

Unified Diff: third_party/WebKit/Source/core/testing/Internals.h

Issue 2680423006: UseCounter: Introduce UseCounter::Observer for layout tests (Closed)
Patch Set: Created 3 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
Index: third_party/WebKit/Source/core/testing/Internals.h
diff --git a/third_party/WebKit/Source/core/testing/Internals.h b/third_party/WebKit/Source/core/testing/Internals.h
index e05a5b6157ae06aeba20a41a03a5a45c50c29cec..3d013d04cb6ba8c4fec57045c50d6d4a260d619b 100644
--- a/third_party/WebKit/Source/core/testing/Internals.h
+++ b/third_party/WebKit/Source/core/testing/Internals.h
@@ -493,6 +493,8 @@ class Internals final : public GarbageCollected<Internals>,
bool isUseCounted(Document*, uint32_t feature);
bool isCSSPropertyUseCounted(Document*, const String&);
+ ScriptPromise observeUseCounter(ScriptState*, Document*, uint32_t feature);
Rick Byers 2017/02/11 15:01:51 Please add a comment describing the semantics. In
nhiroki 2017/02/13 04:35:07 Done.
+
String unscopableAttribute();
String unscopableMethod();

Powered by Google App Engine
This is Rietveld 408576698