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

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

Issue 2711783003: Move the WebGL DrawBuffers support check to the command buffer service. (Closed)
Patch Set: Fix typo Created 3 years, 10 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/WebGLDrawBuffers.h
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLDrawBuffers.h b/third_party/WebKit/Source/modules/webgl/WebGLDrawBuffers.h
index 500caa90398e39f541bd8756a35a4deabdd2f8c7..4bf6b21731e34807c62e1392d7df4e97a8f91752 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLDrawBuffers.h
+++ b/third_party/WebKit/Source/modules/webgl/WebGLDrawBuffers.h
@@ -45,8 +45,6 @@ class WebGLDrawBuffers final : public WebGLExtension {
private:
explicit WebGLDrawBuffers(WebGLRenderingContextBase*);
-
- static bool satisfiesWebGLRequirements(WebGLRenderingContextBase*);
};
} // namespace blink
« no previous file with comments | « gpu/command_buffer/service/feature_info.cc ('k') | third_party/WebKit/Source/modules/webgl/WebGLDrawBuffers.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698