Index: ui/gl/gl_context.cc |
diff --git a/ui/gl/gl_context.cc b/ui/gl/gl_context.cc |
index 42dadd2a69d35357487f1ea2a64045378e9602ab..3e54ebb0b660a110a2ba2809b014f4a8bbe167da 100644 |
--- a/ui/gl/gl_context.cc |
+++ b/ui/gl/gl_context.cc |
@@ -66,12 +66,6 @@ GLContext::~GLContext() { |
} |
} |
-bool GLContext::GetTotalGpuMemory(size_t* bytes) { |
- DCHECK(bytes); |
- *bytes = 0; |
- return false; |
-} |
- |
void GLContext::SetSafeToForceGpuSwitch() { |
} |