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

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.h

Issue 2738163002: Enable CopyTextureCHROMIUM in Blink for Tex{Sub}Image2D with more cases (Closed)
Patch Set: rebase only--blink renaming and formatting Created 3 years, 8 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: third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.h
diff --git a/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.h b/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.h
index a55714282a646316e6509aa515635010e8d439df..086ede6a51cd68ec8ee054952cd1d5bd6f2f2076 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.h
+++ b/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.h
@@ -1059,10 +1059,6 @@ class WebGL2RenderingContextBase : public WebGLRenderingContextBase {
GLintptr source_byte_offset,
long long destination_byte_length);
- bool CanUseTexImageByGPU(TexImageFunctionID,
- GLint internalformat,
- GLenum type) override;
-
void RemoveBoundBuffer(WebGLBuffer*) override;
void ResetUnpackParameters() override;

Powered by Google App Engine
This is Rietveld 408576698