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

Unified Diff: Source/modules/compositorworker/CompositorWorkerGlobalScope.h

Issue 1058493002: Oilpan: fix build after r192936. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/modules/compositorworker/CompositorWorkerGlobalScope.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/compositorworker/CompositorWorkerGlobalScope.h
diff --git a/Source/modules/compositorworker/CompositorWorkerGlobalScope.h b/Source/modules/compositorworker/CompositorWorkerGlobalScope.h
index c573cadaba6032c387cbb8544674f56b13461b18..7b6be9a1881232f1eb076917365c36351b2e75d9 100644
--- a/Source/modules/compositorworker/CompositorWorkerGlobalScope.h
+++ b/Source/modules/compositorworker/CompositorWorkerGlobalScope.h
@@ -33,6 +33,8 @@ public:
// ExecutionContext:
bool isCompositorWorkerGlobalScope() const override { return true; }
+ DECLARE_VIRTUAL_TRACE();
+
private:
CompositorWorkerGlobalScope(const KURL&, const String& userAgent, CompositorWorkerThread*, double timeOrigin, const SecurityOrigin*, PassOwnPtrWillBeRawPtr<WorkerClients>);
CompositorWorkerThread* thread() const;
« no previous file with comments | « no previous file | Source/modules/compositorworker/CompositorWorkerGlobalScope.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698