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

Unified Diff: content/gpu/in_process_gpu_thread.cc

Issue 1389133002: content: Use type-parameterized tests for GpuMemoryBuffer implementations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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: content/gpu/in_process_gpu_thread.cc
diff --git a/content/gpu/in_process_gpu_thread.cc b/content/gpu/in_process_gpu_thread.cc
index e4149db9e126a2e132fdfc0058f5c451c3b6826d..cf66ca0c65c9a2dac5b39be3333f57605044e0c2 100644
--- a/content/gpu/in_process_gpu_thread.cc
+++ b/content/gpu/in_process_gpu_thread.cc
@@ -19,7 +19,7 @@ InProcessGpuThread::InProcessGpuThread(
gpu_process_(NULL),
sync_point_manager_override_(sync_point_manager_override),
gpu_memory_buffer_factory_(GpuMemoryBufferFactory::Create(
- GpuChildThread::GetGpuMemoryBufferFactoryType())) {
+ GpuMemoryBufferFactory::GetNativeType())) {
if (!sync_point_manager_override_) {
sync_point_manager_.reset(new gpu::SyncPointManager(false));
sync_point_manager_override_ = sync_point_manager_.get();

Powered by Google App Engine
This is Rietveld 408576698