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

Unified Diff: gpu/command_buffer/service/in_process_command_buffer.cc

Issue 414503004: android: Use hw acceleration in android_webview_shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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: gpu/command_buffer/service/in_process_command_buffer.cc
diff --git a/gpu/command_buffer/service/in_process_command_buffer.cc b/gpu/command_buffer/service/in_process_command_buffer.cc
index 4a3def924a8879812d6d571d17eb413decec70fc..29fd5e998997413bf751e60e934f90b4d7de7f37 100644
--- a/gpu/command_buffer/service/in_process_command_buffer.cc
+++ b/gpu/command_buffer/service/in_process_command_buffer.cc
@@ -298,8 +298,8 @@ bool InProcessCommandBuffer::Initialize(
if (result) {
capabilities_ = capabilities;
- capabilities_.map_image =
- capabilities_.map_image && g_gpu_memory_buffer_factory;
+ capabilities_.map_image = false;
no sievers 2014/07/22 20:53:18 force async upload path. i tried using GLImageShm
+// capabilities_.map_image && g_gpu_memory_buffer_factory;
}
return result;
}

Powered by Google App Engine
This is Rietveld 408576698