Index: cc/output/context_provider.cc |
diff --git a/cc/output/context_provider.cc b/cc/output/context_provider.cc |
index fb6d8e6ac79c5178ca179d9fddd758a2a3f5b41d..9c9ea88b124dd5914d52161674bfbb2c931c0efe 100644 |
--- a/cc/output/context_provider.cc |
+++ b/cc/output/context_provider.cc |
@@ -21,6 +21,7 @@ ContextProvider::Capabilities::Capabilities() |
texture_format_bgra8888(false), |
texture_rectangle(false), |
texture_storage(false), |
- texture_usage(false) {} |
+ texture_usage(false), |
+ discard_framebuffer(false) {} |
} // namespace cc |