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

Unified Diff: ui/compositor/test_web_graphics_context_3d.cc

Issue 16200002: Remove unused methods in WebGraphicsContext3D: isGLES2Compliant() and getPlatformTextureId() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Patch to try bot. Created 7 years, 7 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
Index: ui/compositor/test_web_graphics_context_3d.cc
diff --git a/ui/compositor/test_web_graphics_context_3d.cc b/ui/compositor/test_web_graphics_context_3d.cc
index 7778d56c80a1aee7b82f6bf31fa10c4e27df26f0..409ca64e2dc2696fea4d1b5e38c61e4bd8a90760 100644
--- a/ui/compositor/test_web_graphics_context_3d.cc
+++ b/ui/compositor/test_web_graphics_context_3d.cc
@@ -33,10 +33,6 @@ int TestWebGraphicsContext3D::height() {
return 0;
}
-bool TestWebGraphicsContext3D::isGLES2Compliant() {
- return false;
-}
-
bool TestWebGraphicsContext3D::readBackFramebuffer(
unsigned char* pixels,
size_t bufferSize,
@@ -46,10 +42,6 @@ bool TestWebGraphicsContext3D::readBackFramebuffer(
return false;
}
-WebKit::WebGLId TestWebGraphicsContext3D::getPlatformTextureId() {
- return 0;
-}
-
bool TestWebGraphicsContext3D::isContextLost() {
return false;
}
« no previous file with comments | « ui/compositor/test_web_graphics_context_3d.h ('k') | webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698