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

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

Issue 436017: Branched gpu process and command buffer code into Chrome tree. Fixed up paths... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 1 month 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 | « chrome/chrome.gyp ('k') | gpu/command_buffer/common/gles2_cmd_format_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/client/fenced_allocator_test.cc
===================================================================
--- gpu/command_buffer/client/fenced_allocator_test.cc (revision 32865)
+++ gpu/command_buffer/client/fenced_allocator_test.cc (working copy)
@@ -32,6 +32,7 @@
// This file contains the tests for the FencedAllocator class.
+#include "base/at_exit.h"
#include "base/message_loop.h"
#include "gpu/command_buffer/client/cmd_buffer_helper.h"
#include "gpu/command_buffer/client/fenced_allocator.h"
@@ -101,6 +102,7 @@
helper_.release();
}
+ base::AtExitManager at_exit_manager_;
MessageLoop message_loop_;
np_utils::StubNPBrowser browser_;
scoped_ptr<AsyncAPIMock> api_mock_;
« no previous file with comments | « chrome/chrome.gyp ('k') | gpu/command_buffer/common/gles2_cmd_format_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698