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

Unified Diff: gpu/gles2_conform_support/egl/display.h

Issue 1617653003: command_buffer_gles2: Avoid creating multiple AtExitManagers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « no previous file | 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/gles2_conform_support/egl/display.h
diff --git a/gpu/gles2_conform_support/egl/display.h b/gpu/gles2_conform_support/egl/display.h
index acbf48f3e819cd07dc51d98853af52dfbc238b69..9e042a0c2c437b68726decb06f15ae28ac201397 100644
--- a/gpu/gles2_conform_support/egl/display.h
+++ b/gpu/gles2_conform_support/egl/display.h
@@ -33,10 +33,6 @@ class GLES2Implementation;
} // namespace gles2
} // namespace gpu
-namespace base {
-class AtExitManager;
-} // namespace base
-
namespace egl {
class Config;
@@ -116,13 +112,6 @@ class Display : private gpu::GpuControl {
bool is_initialized_;
-// elg::Display is used for comformance tests and command_buffer_gles. We only
-// need the exit manager for the command_buffer_gles library.
-// TODO(hendrikw): Find a cleaner solution for this.
-#if defined(COMMAND_BUFFER_GLES_LIB_SUPPORT_ONLY)
- scoped_ptr<base::AtExitManager> exit_manager_;
-#endif // COMMAND_BUFFER_GLES_LIB_SUPPORT_ONLY
-
bool create_offscreen_;
int create_offscreen_width_;
int create_offscreen_height_;
« no previous file with comments | « no previous file | gpu/gles2_conform_support/egl/display.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698