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

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: Reorder have_es2_draw_buffers logic 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

Powered by Google App Engine
This is Rietveld 408576698