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

Side by Side 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, 1 month 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Source/core/workers/DedicatedWorkerThread.h ('k') | Source/core/workers/TeleportCallback.idl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #ifndef TeleportCallback_h
2 #define TeleportCallback_h
3
4 namespace blink {
5
6 class TeleportContext;
7
8 class TeleportCallback {
9 public:
10 virtual ~TeleportCallback() { }
11 virtual void handleEvent(TeleportContext* inputs) = 0;
12 };
13
14 } // namespace blink
15
16 #endif // TeleportCallback_h
OLDNEW
« 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