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

Unified Diff: webkit/common/gpu/webgraphicscontext3d_in_process_impl.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
« no previous file with comments | « webkit/common/gpu/webgraphicscontext3d_in_process_impl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/gpu/webgraphicscontext3d_in_process_impl.cc
diff --git a/webkit/common/gpu/webgraphicscontext3d_in_process_impl.cc b/webkit/common/gpu/webgraphicscontext3d_in_process_impl.cc
index 3129947947fb35d723ea0b1fcd5ecc1654bc77ed..afea6170877ecb635488a377d795cea9e5a305c3 100644
--- a/webkit/common/gpu/webgraphicscontext3d_in_process_impl.cc
+++ b/webkit/common/gpu/webgraphicscontext3d_in_process_impl.cc
@@ -279,19 +279,11 @@ int WebGraphicsContext3DInProcessImpl::height() {
return cached_height_;
}
-bool WebGraphicsContext3DInProcessImpl::isGLES2Compliant() {
- return is_gles2_;
-}
-
bool WebGraphicsContext3DInProcessImpl::setParentContext(
WebGraphicsContext3D* parent_context) {
return false;
}
-WebGLId WebGraphicsContext3DInProcessImpl::getPlatformTextureId() {
- return texture_;
-}
-
void WebGraphicsContext3DInProcessImpl::prepareTexture() {
if (!gl_surface_->IsOffscreen()) {
gl_surface_->SwapBuffers();
« no previous file with comments | « webkit/common/gpu/webgraphicscontext3d_in_process_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698