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

Unified Diff: nacl/src/nacl_interface.cpp

Issue 12545007: Incremental changes to NaCl debugger (Closed) Base URL: http://skia.googlecode.com/svn/
Patch Set: Created 7 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 | « nacl/src/nacl_debugger.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nacl/src/nacl_interface.cpp
===================================================================
--- nacl/src/nacl_interface.cpp (revision 7983)
+++ nacl/src/nacl_interface.cpp (working copy)
@@ -104,11 +104,3 @@
return new SkiaModule();
}
} // namespace pp
-
-///////////////////////////////////////////
-////////////// SkThread impl //////////////
-///////////////////////////////////////////
-
-bool SkThread::setProcessorAffinity(unsigned int processor) {
- return false;
-}
« no previous file with comments | « nacl/src/nacl_debugger.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698