Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / gpu / command_buffer / service / shader_translator_cache.cc
index 9626a0e..f204186 100644 (file)
@@ -7,14 +7,11 @@
 namespace gpu {
 namespace gles2 {
 
-ShaderTranslatorCache* ShaderTranslatorCache::GetInstance() {
-  return Singleton<ShaderTranslatorCache>::get();
-}
-
 ShaderTranslatorCache::ShaderTranslatorCache() {
 }
 
 ShaderTranslatorCache::~ShaderTranslatorCache() {
+  DCHECK(cache_.empty());
 }
 
 void ShaderTranslatorCache::OnDestruct(ShaderTranslator* translator) {