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

Unified Diff: cc/resources/prioritized_resource_unittest.cc

Issue 17114008: cc: Remove cc::Thread and cc::ThreadImpl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm-thread: NULLrefptrs Created 7 years, 6 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/layers/tiled_layer_unittest.cc ('k') | cc/resources/resource_update_controller_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/prioritized_resource_unittest.cc
diff --git a/cc/resources/prioritized_resource_unittest.cc b/cc/resources/prioritized_resource_unittest.cc
index 09f55aae7c29664a83051661299dd30a46d5f8f8..92ce9ff723967ac34e9c6d3981e90f102a296efd 100644
--- a/cc/resources/prioritized_resource_unittest.cc
+++ b/cc/resources/prioritized_resource_unittest.cc
@@ -17,8 +17,7 @@ namespace cc {
class PrioritizedResourceTest : public testing::Test {
public:
PrioritizedResourceTest()
- : proxy_(scoped_ptr<Thread>()),
- texture_size_(256, 256),
+ : texture_size_(256, 256),
texture_format_(GL_RGBA),
output_surface_(CreateFakeOutputSurface()) {
DebugScopedSetImplThread impl_thread(&proxy_);
« no previous file with comments | « cc/layers/tiled_layer_unittest.cc ('k') | cc/resources/resource_update_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698