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

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

Issue 656723005: Use C++11 features in core/html (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: use nullptr Created 6 years, 1 month 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: Source/core/html/canvas/WebGLTexture.h
diff --git a/Source/core/html/canvas/WebGLTexture.h b/Source/core/html/canvas/WebGLTexture.h
index 98b1a327c060db65e7df19acdb0b5818607be2b7..0474eeeb4610f3bbe1e0c296af5eddd98842ca03 100644
--- a/Source/core/html/canvas/WebGLTexture.h
+++ b/Source/core/html/canvas/WebGLTexture.h
@@ -124,7 +124,7 @@ private:
GLenum m_wrapS;
GLenum m_wrapT;
- Vector<Vector<LevelInfo> > m_info;
+ Vector<Vector<LevelInfo>> m_info;
bool m_isNPOT;
bool m_isCubeComplete;

Powered by Google App Engine
This is Rietveld 408576698