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

Unified Diff: cc/output/renderer.cc

Issue 1489153002: DirectRenderer allows empty swap rects for CommitOverlayPlanes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Initialize allow_empty_swap Created 5 years 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 | « cc/output/renderer.h ('k') | cc/test/test_web_graphics_context_3d.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/renderer.cc
diff --git a/cc/output/renderer.cc b/cc/output/renderer.cc
index 7fe0ffb9aaae268a3a026014a084bd51e5132071..a0812c687a0988cc4db3204728f7572974ed1e6f 100644
--- a/cc/output/renderer.cc
+++ b/cc/output/renderer.cc
@@ -26,12 +26,12 @@ RendererCapabilitiesImpl::RendererCapabilitiesImpl()
max_texture_size(0),
using_shared_memory_resources(false),
using_partial_swap(false),
+ allow_empty_swap(false),
using_egl_image(false),
using_image(false),
using_discard_framebuffer(false),
allow_rasterize_on_demand(false),
- max_msaa_samples(0) {
-}
+ max_msaa_samples(0) {}
RendererCapabilitiesImpl::~RendererCapabilitiesImpl() {}
« no previous file with comments | « cc/output/renderer.h ('k') | cc/test/test_web_graphics_context_3d.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698