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

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

Issue 1639103002: Remove blink side NPOT/incomplete texture handling. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/WebGLTexture.h
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLTexture.h b/third_party/WebKit/Source/modules/webgl/WebGLTexture.h
index b1fbaf26692cd56725374853059c4d16e3b4b024..6f20f7014955b0bed572ec3e80f80733f5f61044 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLTexture.h
+++ b/third_party/WebKit/Source/modules/webgl/WebGLTexture.h
@@ -150,7 +150,6 @@ private:
bool m_isNPOT;
bool m_isCubeComplete;
bool m_isComplete;
- bool m_needToUseBlackTexture;
bool m_isFloatType;
bool m_isHalfFloatType;
bool m_isWebGL2OrHigher;

Powered by Google App Engine
This is Rietveld 408576698