Index: cc/debug/test_web_graphics_context_3d.cc |
diff --git a/cc/debug/test_web_graphics_context_3d.cc b/cc/debug/test_web_graphics_context_3d.cc |
index 634778fc4e610eb07802082ac9fc51dc342c6dd4..4c42a90821d1342fee7e8a41d5fd3b53dc2c4841 100644 |
--- a/cc/debug/test_web_graphics_context_3d.cc |
+++ b/cc/debug/test_web_graphics_context_3d.cc |
@@ -136,14 +136,6 @@ bool TestWebGraphicsContext3D::makeContextCurrent() { |
return !context_lost_; |
} |
-int TestWebGraphicsContext3D::width() { |
- return width_; |
-} |
- |
-int TestWebGraphicsContext3D::height() { |
- return height_; |
-} |
- |
void TestWebGraphicsContext3D::reshapeWithScaleFactor( |
int width, int height, float scale_factor) { |
width_ = width; |