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

Unified Diff: cc/tile_manager.cc

Issue 11419224: Add missing (and remove superfluous) 'explicit' from constructors. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + remove non-straightforward changes Created 7 years, 11 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 | « cc/test/scheduler_test_common.h ('k') | cc/tree_synchronizer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/tile_manager.cc
diff --git a/cc/tile_manager.cc b/cc/tile_manager.cc
index 70544295f2ed2c0db5b8bc5fcf5611895302ff53..30b3c31a01364c9a0b68121dd410d585af5b051f 100644
--- a/cc/tile_manager.cc
+++ b/cc/tile_manager.cc
@@ -73,7 +73,7 @@ namespace cc {
class RasterThread : public base::Thread {
public:
- RasterThread(const std::string name)
+ explicit RasterThread(const std::string name)
: base::Thread(name.c_str()),
num_pending_tasks_(0) {
Start();
« no previous file with comments | « cc/test/scheduler_test_common.h ('k') | cc/tree_synchronizer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698