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

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

Issue 2312093003: Generated bindings for IDL callback functions (Closed)
Patch Set: Addressed comments Created 4 years, 3 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 2ab5c987986bbc0748eb0281bf6b8d496aa1a4cb..751aa8b22793507208f7ec238c4c5f8bacf08770 100644
--- a/third_party/WebKit/Source/core/testing/Internals.h
+++ b/third_party/WebKit/Source/core/testing/Internals.h
@@ -42,6 +42,7 @@
namespace blink {
+class CallbackFunctionTest;
class CanvasRenderingContext;
class ClientRect;
class ClientRectList;
@@ -282,6 +283,7 @@ public:
PrivateScriptTest* privateScriptTest() const;
DictionaryTest* dictionaryTest() const;
UnionTypesTest* unionTypesTest() const;
+ CallbackFunctionTest* callbackFunctionTest() const;
Vector<String> getReferencedFilePaths() const;

Powered by Google App Engine
This is Rietveld 408576698