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

Side by Side Diff: Source/platform/WebThreadPtr.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/platform/WebThreadOwnPtr.h ('k') | Source/platform/WebThreadRawPtr.h » ('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 WEBTHREADPTR
2 #define WEBTHREADPTR
3
4 namespace blink {
5
6 class WebThread;
7
8 class WebThreadPtr {
9 public:
10 virtual WebThread& operator*() const = 0;
11 virtual WebThread* operator->() const = 0;
12 virtual void clear() {}
13 };
14
15 }
16
17 #endif /* ifndef WEBTHREADPTR */
OLDNEW
« no previous file with comments | « Source/platform/WebThreadOwnPtr.h ('k') | Source/platform/WebThreadRawPtr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698