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

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

Issue 1115923002: workers: Rename WorkerThread to WorkerScript. Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 5 years, 7 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
Index: Source/modules/compositorworker/CompositorWorkerMessagingProxy.h
diff --git a/Source/modules/compositorworker/CompositorWorkerMessagingProxy.h b/Source/modules/compositorworker/CompositorWorkerMessagingProxy.h
index bc3dc61974594a1ba8a1cbc8b46178f47a348ed4..e9c1d23409f96a4a13af3c294a2a8d2cfd699d2a 100644
--- a/Source/modules/compositorworker/CompositorWorkerMessagingProxy.h
+++ b/Source/modules/compositorworker/CompositorWorkerMessagingProxy.h
@@ -16,7 +16,7 @@ public:
protected:
virtual ~CompositorWorkerMessagingProxy();
- virtual PassRefPtr<WorkerThread> createWorkerThread(double originTime, PassOwnPtr<WorkerThreadStartupData>);
+ virtual PassRefPtr<WorkerScript> createWorkerScript(double originTime, PassOwnPtr<WorkerScriptStartupData>);
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698