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

Unified Diff: content/browser/compositor/gpu_process_transport_factory.cc

Issue 1189943002: content: Fix lost context handling when using native GpuMemoryBuffers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: retry logic and remove singleton Created 5 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: content/browser/compositor/gpu_process_transport_factory.cc
diff --git a/content/browser/compositor/gpu_process_transport_factory.cc b/content/browser/compositor/gpu_process_transport_factory.cc
index b0452111f31777c75aeba27583c4eb2175eb422b..673074c04b6d73ab55077a9f0565db1cbdc7a68f 100644
--- a/content/browser/compositor/gpu_process_transport_factory.cc
+++ b/content/browser/compositor/gpu_process_transport_factory.cc
@@ -411,7 +411,7 @@ bool GpuProcessTransportFactory::DoesCreateTestContexts() { return false; }
uint32 GpuProcessTransportFactory::GetImageTextureTarget(
gfx::GpuMemoryBuffer::Format format,
gfx::GpuMemoryBuffer::Usage usage) {
- return BrowserGpuChannelHostFactory::GetImageTextureTarget(format, usage);
+ return BrowserGpuMemoryBufferManager::GetImageTextureTarget(format, usage);
}
cc::SharedBitmapManager* GpuProcessTransportFactory::GetSharedBitmapManager() {
« no previous file with comments | « content/browser/compositor/buffer_queue_unittest.cc ('k') | content/browser/gpu/browser_gpu_channel_host_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698