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

Unified Diff: Source/core/html/canvas/WebGLTexture.h

Issue 16437002: Add check on Cube Completeness for Cube textures and improve the efficiency of checks associated wi… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Change code to make it more clear Created 7 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
« no previous file with comments | « no previous file | Source/core/html/canvas/WebGLTexture.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/canvas/WebGLTexture.h
diff --git a/Source/core/html/canvas/WebGLTexture.h b/Source/core/html/canvas/WebGLTexture.h
index 075cdb590d50725204eb7c04568f49e3ba8614f2..9b79082ad80e7b7e092353e1e8dd0108c8c85c4c 100644
--- a/Source/core/html/canvas/WebGLTexture.h
+++ b/Source/core/html/canvas/WebGLTexture.h
@@ -127,6 +127,7 @@ private:
Vector<Vector<LevelInfo> > m_info;
bool m_isNPOT;
+ bool m_isCubeComplete;
bool m_isComplete;
bool m_needToUseBlackTexture;
bool m_isFloatType;
« no previous file with comments | « no previous file | Source/core/html/canvas/WebGLTexture.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698