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

Unified Diff: gpu/command_buffer_service.gypi

Issue 1278333003: Fix crash caused by concurrent access to framebuffer_combo_complete_map_. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. Created 5 years, 4 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
« no previous file with comments | « gpu/command_buffer/tests/gl_manager.cc ('k') | gpu/gles2_conform_support/egl/display.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer_service.gypi
diff --git a/gpu/command_buffer_service.gypi b/gpu/command_buffer_service.gypi
index b633f8927dff3766e4b63c3dc8c29b27fa875501..699480ec85a922a2522ce8b6c37138741c1de1a9 100644
--- a/gpu/command_buffer_service.gypi
+++ b/gpu/command_buffer_service.gypi
@@ -61,6 +61,8 @@
'command_buffer/service/error_state.h',
'command_buffer/service/feature_info.cc',
'command_buffer/service/feature_info.h',
+ "command_buffer/service/framebuffer_completeness_cache.cc",
+ "command_buffer/service/framebuffer_completeness_cache.h",
'command_buffer/service/framebuffer_manager.cc',
'command_buffer/service/framebuffer_manager.h',
'command_buffer/service/gl_context_virtual.cc',
« no previous file with comments | « gpu/command_buffer/tests/gl_manager.cc ('k') | gpu/gles2_conform_support/egl/display.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698