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

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

Issue 2065843003: Remove transform feedback validation in Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix transform feedback status query Created 4 years, 6 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/WebGLRenderingContextBase.h
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
index 6a6377ed4f407666959bd0a14f4f30a9f9c859df..db23380ac5a7c1c1de9056b2a91d402f3a69c541 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
+++ b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
@@ -1076,9 +1076,6 @@ protected:
// JavaScript).
void maybePreserveDefaultVAOObjectWrapper(ScriptState*);
- virtual bool transformFeedbackActive() const { return false; }
- virtual bool transformFeedbackPaused() const { return false; }
-
friend class WebGLStateRestorer;
friend class WebGLRenderingContextEvictionManager;

Powered by Google App Engine
This is Rietveld 408576698