Index: ui/gl/gl_context_egl.cc |
diff --git a/ui/gl/gl_context_egl.cc b/ui/gl/gl_context_egl.cc |
index ed83b85ebd3cae5032592896753d9159a1435e55..8a9e4e4cb2ff7828dd9d5f595a8c48412be5dc1c 100644 |
--- a/ui/gl/gl_context_egl.cc |
+++ b/ui/gl/gl_context_egl.cc |
@@ -216,12 +216,4 @@ GLContextEGL::~GLContextEGL() { |
Destroy(); |
} |
-#if !defined(OS_ANDROID) |
-bool GLContextEGL::GetTotalGpuMemory(size_t* bytes) { |
- DCHECK(bytes); |
- *bytes = 0; |
- return false; |
-} |
-#endif |
- |
} // namespace gfx |