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

Unified Diff: cc/trees/layer_tree_host.h

Issue 14409006: cc: Changes to use GL API for GpuMemoryBuffers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@glapi
Patch Set: Incorporate code reviews Created 7 years, 7 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: cc/trees/layer_tree_host.h
diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
index d6bb16b88c45c1f449a5bcacf75fc2a03ac5043c..8a029c0c078259f7cf780a78449db05a4ef3a39d 100644
--- a/cc/trees/layer_tree_host.h
+++ b/cc/trees/layer_tree_host.h
@@ -79,6 +79,7 @@ struct CC_EXPORT RendererCapabilities {
bool using_offscreen_context3d;
int max_texture_size;
bool avoid_pow2_textures;
+ bool use_gpu_memory_buffers;
reveman 2013/05/21 02:20:19 Sorry I didn't think of this earlier but for consi
kaanb 2013/05/21 17:53:48 Done. joth@ and I thought it may be good to disabl
};
class CC_EXPORT LayerTreeHost : NON_EXPORTED_BASE(public RateLimiterClient) {

Powered by Google App Engine
This is Rietveld 408576698