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

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

Issue 2805733003: Rewrite references to "wtf/" to "platform/wtf/" in web. (Closed)
Patch Set: Created 3 years, 8 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 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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 CompositorWorkerProxyClientImpl_h 5 #ifndef CompositorWorkerProxyClientImpl_h
6 #define CompositorWorkerProxyClientImpl_h 6 #define CompositorWorkerProxyClientImpl_h
7 7
8 #include "core/dom/CompositorWorkerProxyClient.h" 8 #include "core/dom/CompositorWorkerProxyClient.h"
9 #include "platform/heap/Handle.h" 9 #include "platform/heap/Handle.h"
10 #include "platform/wtf/Noncopyable.h"
10 #include "web/CompositorAnimator.h" 11 #include "web/CompositorAnimator.h"
11 #include "web/CompositorProxyClientImpl.h" 12 #include "web/CompositorProxyClientImpl.h"
12 #include "wtf/Noncopyable.h"
13 13
14 namespace blink { 14 namespace blink {
15 15
16 class CompositorMutableStateProvider; 16 class CompositorMutableStateProvider;
17 class CompositorMutatorImpl; 17 class CompositorMutatorImpl;
18 class CompositorWorkerGlobalScope; 18 class CompositorWorkerGlobalScope;
19 class WorkerGlobalScope; 19 class WorkerGlobalScope;
20 20
21 // Mediates between one CompositorWorkerGlobalScope and the associated 21 // Mediates between one CompositorWorkerGlobalScope and the associated
22 // CompositorMutatorImpl. There is one CompositorWorkerProxyClientImpl per 22 // CompositorMutatorImpl. There is one CompositorWorkerProxyClientImpl per
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 55
56 CrossThreadPersistent<CompositorWorkerGlobalScope> m_globalScope; 56 CrossThreadPersistent<CompositorWorkerGlobalScope> m_globalScope;
57 bool m_requestedAnimationFrameCallbacks; 57 bool m_requestedAnimationFrameCallbacks;
58 58
59 CrossThreadPersistent<CompositorProxyClientImpl> m_compositorProxyClient; 59 CrossThreadPersistent<CompositorProxyClientImpl> m_compositorProxyClient;
60 }; 60 };
61 61
62 } // namespace blink 62 } // namespace blink
63 63
64 #endif // CompositorWorkerProxyClientImpl_h 64 #endif // CompositorWorkerProxyClientImpl_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698