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

Side by Side Diff: third_party/WebKit/Source/web/SuspendableScriptExecutor.h

Issue 2700123003: DO NOT COMMIT: Results of running old (current) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 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 unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef SuspendableScriptExecutor_h 5 #ifndef SuspendableScriptExecutor_h
6 #define SuspendableScriptExecutor_h 6 #define SuspendableScriptExecutor_h
7 7
8 #include <v8.h>
8 #include "core/frame/SuspendableTimer.h" 9 #include "core/frame/SuspendableTimer.h"
9 #include "platform/heap/Handle.h" 10 #include "platform/heap/Handle.h"
10 #include "platform/heap/SelfKeepAlive.h" 11 #include "platform/heap/SelfKeepAlive.h"
11 #include "wtf/Vector.h" 12 #include "wtf/Vector.h"
12 #include <v8.h>
13 13
14 namespace blink { 14 namespace blink {
15 15
16 class LocalFrame; 16 class LocalFrame;
17 class ScriptSourceCode; 17 class ScriptSourceCode;
18 class ScriptState; 18 class ScriptState;
19 class WebScriptExecutionCallback; 19 class WebScriptExecutionCallback;
20 20
21 class SuspendableScriptExecutor final 21 class SuspendableScriptExecutor final
22 : public GarbageCollectedFinalized<SuspendableScriptExecutor>, 22 : public GarbageCollectedFinalized<SuspendableScriptExecutor>,
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 WebScriptExecutionCallback* m_callback; 68 WebScriptExecutionCallback* m_callback;
69 69
70 SelfKeepAlive<SuspendableScriptExecutor> m_keepAlive; 70 SelfKeepAlive<SuspendableScriptExecutor> m_keepAlive;
71 71
72 Member<Executor> m_executor; 72 Member<Executor> m_executor;
73 }; 73 };
74 74
75 } // namespace blink 75 } // namespace blink
76 76
77 #endif // SuspendableScriptExecutor_h 77 #endif // SuspendableScriptExecutor_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/StorageClientImpl.cpp ('k') | third_party/WebKit/Source/web/SuspendableScriptExecutor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698