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

Unified Diff: webkit/common/gpu/webgraphicscontext3d_in_process_impl.h

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: webkit/common/gpu/webgraphicscontext3d_in_process_impl.h
diff --git a/webkit/common/gpu/webgraphicscontext3d_in_process_impl.h b/webkit/common/gpu/webgraphicscontext3d_in_process_impl.h
index a631c295789711026ace69af5db07fb5e551f518..b6b7379c4a46305ac3eecc4341b6ac0fce66cd57 100644
--- a/webkit/common/gpu/webgraphicscontext3d_in_process_impl.h
+++ b/webkit/common/gpu/webgraphicscontext3d_in_process_impl.h
@@ -73,8 +73,6 @@ class WEBKIT_GPU_EXPORT WebGraphicsContext3DInProcessImpl :
virtual int width();
virtual int height();
- virtual bool isGLES2Compliant();
-
virtual bool setParentContext(WebGraphicsContext3D* parent_context);
virtual void reshape(int width, int height);
@@ -85,7 +83,6 @@ class WEBKIT_GPU_EXPORT WebGraphicsContext3DInProcessImpl :
virtual bool readBackFramebuffer(unsigned char* pixels, size_t buffer_size,
WebGLId framebuffer, int width, int height);
- virtual WebGLId getPlatformTextureId();
virtual void prepareTexture();
virtual void postSubBufferCHROMIUM(int x, int y, int width, int height);

Powered by Google App Engine
This is Rietveld 408576698