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

Unified Diff: Source/core/workers/TeleportCallback.h

Issue 474683003: Not for review - Rebase of crrev.com/62833003 Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 6 years, 2 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/workers/DedicatedWorkerThread.h ('k') | Source/core/workers/TeleportCallback.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/workers/TeleportCallback.h
diff --git a/Source/core/workers/TeleportCallback.h b/Source/core/workers/TeleportCallback.h
new file mode 100644
index 0000000000000000000000000000000000000000..9448523dacb3982121b0d99ec9a07689ef570e9e
--- /dev/null
+++ b/Source/core/workers/TeleportCallback.h
@@ -0,0 +1,16 @@
+#ifndef TeleportCallback_h
+#define TeleportCallback_h
+
+namespace blink {
+
+class TeleportContext;
+
+class TeleportCallback {
+public:
+ virtual ~TeleportCallback() { }
+ virtual void handleEvent(TeleportContext* inputs) = 0;
+};
+
+} // namespace blink
+
+#endif // TeleportCallback_h
« no previous file with comments | « Source/core/workers/DedicatedWorkerThread.h ('k') | Source/core/workers/TeleportCallback.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698