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

Unified Diff: cc/debug/fake_web_graphics_context_3d.cc

Issue 25455002: Remove WGC3D::width(), height(), reshape() implementations (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 3 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 | « cc/debug/fake_web_graphics_context_3d.h ('k') | cc/debug/test_web_graphics_context_3d.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/debug/fake_web_graphics_context_3d.cc
diff --git a/cc/debug/fake_web_graphics_context_3d.cc b/cc/debug/fake_web_graphics_context_3d.cc
index f493dc1d8543c4f05e52c98b8a4c04b273b1fb45..25157bfe4971673778f2e4f4935240a41352a9aa 100644
--- a/cc/debug/fake_web_graphics_context_3d.cc
+++ b/cc/debug/fake_web_graphics_context_3d.cc
@@ -25,17 +25,6 @@ bool FakeWebGraphicsContext3D::makeContextCurrent() {
return true;
}
-int FakeWebGraphicsContext3D::width() {
- return 1;
-}
-
-int FakeWebGraphicsContext3D::height() {
- return 1;
-}
-
-void FakeWebGraphicsContext3D::reshape(int width, int height) {
-}
-
bool FakeWebGraphicsContext3D::isGLES2Compliant() {
return false;
}
« no previous file with comments | « cc/debug/fake_web_graphics_context_3d.h ('k') | cc/debug/test_web_graphics_context_3d.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698