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

Side by Side Diff: third_party/WebKit/Source/platform/heap/ThreadState.h

Issue 2542203004: blink: Cleanup class/struct forward declarations (Closed)
Patch Set: Created 4 years 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
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2013 Google Inc. All rights reserved. 2 * Copyright (C) 2013 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 #include <memory> 48 #include <memory>
49 49
50 namespace v8 { 50 namespace v8 {
51 class Isolate; 51 class Isolate;
52 }; 52 };
53 53
54 namespace blink { 54 namespace blink {
55 55
56 class BasePage; 56 class BasePage;
57 class CallbackStack; 57 class CallbackStack;
58 struct GCInfo;
59 class GarbageCollectedMixinConstructorMarker; 58 class GarbageCollectedMixinConstructorMarker;
60 class PersistentNode; 59 class PersistentNode;
61 class PersistentRegion; 60 class PersistentRegion;
62 class BaseArena; 61 class BaseArena;
63 class SafePointAwareMutexLocker; 62 class SafePointAwareMutexLocker;
64 class SafePointBarrier; 63 class SafePointBarrier;
65 class ThreadHeap; 64 class ThreadHeap;
66 class ThreadState; 65 class ThreadState;
67 class Visitor; 66 class Visitor;
68 67
(...skipping 684 matching lines...) Expand 10 before | Expand all | Expand 10 after
753 class ThreadStateFor<AnyThread> { 752 class ThreadStateFor<AnyThread> {
754 STATIC_ONLY(ThreadStateFor); 753 STATIC_ONLY(ThreadStateFor);
755 754
756 public: 755 public:
757 static ThreadState* state() { return ThreadState::current(); } 756 static ThreadState* state() { return ThreadState::current(); }
758 }; 757 };
759 758
760 } // namespace blink 759 } // namespace blink
761 760
762 #endif // ThreadState_h 761 #endif // ThreadState_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/heap/GCInfo.h ('k') | third_party/WebKit/Source/platform/heap/WrapperVisitor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698