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

Unified Diff: Source/platform/scheduler/SchedulerTest.cpp

Issue 514193002: Expose platform thread id on WebThread (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Provided default implementation Created 6 years, 4 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/platform/scheduler/SchedulerTest.cpp
diff --git a/Source/platform/scheduler/SchedulerTest.cpp b/Source/platform/scheduler/SchedulerTest.cpp
index 90aa0e203041948309a21feb429677f914c88326..c28cd498a4c26fd3680bb946932e0c14d65848c9 100644
--- a/Source/platform/scheduler/SchedulerTest.cpp
+++ b/Source/platform/scheduler/SchedulerTest.cpp
@@ -38,6 +38,12 @@ public:
return true;
}
+ virtual blink::PlatformThreadId threadId() const OVERRIDE
+ {
+ ASSERT_NOT_REACHED();
+ return 0;
+ }
+
virtual void enterRunLoop() OVERRIDE
{
ASSERT_NOT_REACHED();

Powered by Google App Engine
This is Rietveld 408576698