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

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

Issue 2776083002: enable fallback path (Closed)
Patch Set: use stream read Created 3 years, 9 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 1578fbd080ef83f8d72035a71029db3d45ce20d5..286f09f317e7851f8865b47ab281e5e2f6f4fe1e 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.h
+++ b/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.h
@@ -1058,10 +1058,6 @@ class WebGL2RenderingContextBase : public WebGLRenderingContextBase {
GLintptr sourceByteOffset,
long long destinationByteLength);
- bool canUseTexImageByGPU(TexImageFunctionID,
- GLint internalformat,
- GLenum type) override;
-
void removeBoundBuffer(WebGLBuffer*) override;
void resetUnpackParameters() override;

Powered by Google App Engine
This is Rietveld 408576698