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

Unified Diff: gpu/command_buffer/client/share_group_unittest.cc

Issue 9918027: Make ShareGroup thread safe (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add id==0 check Created 8 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 | « gpu/command_buffer/client/share_group.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/client/share_group_unittest.cc
diff --git a/gpu/command_buffer/client/share_group_unittest.cc b/gpu/command_buffer/client/share_group_unittest.cc
index e0e643e962b864be93f5a5f802191d76f236ac12..053cbfa8bef46e67ab16bdecc4662fba87aced4a 100644
--- a/gpu/command_buffer/client/share_group_unittest.cc
+++ b/gpu/command_buffer/client/share_group_unittest.cc
@@ -16,7 +16,7 @@ class ShareGroupTest : public testing::Test {
protected:
virtual void SetUp() {
- share_group_ = ShareGroup::Ref(new ShareGroup());
+ share_group_ = ShareGroup::Ref(new ShareGroup(false, false));
}
virtual void TearDown() {
« no previous file with comments | « gpu/command_buffer/client/share_group.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698