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

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: clarify threads in UpdateBackgroundAnimateTicking, test asserts 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
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_);

Powered by Google App Engine
This is Rietveld 408576698