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

Unified Diff: gpu/command_buffer/service/renderbuffer_manager.h

Issue 3058043: Clear render buffers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 4 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: gpu/command_buffer/service/renderbuffer_manager.h
===================================================================
--- gpu/command_buffer/service/renderbuffer_manager.h (revision 54850)
+++ gpu/command_buffer/service/renderbuffer_manager.h (working copy)
@@ -48,6 +48,7 @@
void set_internal_format(GLenum internalformat) {
internal_format_ = internalformat;
+ cleared_ = false;
}
bool IsDeleted() {

Powered by Google App Engine
This is Rietveld 408576698