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

Unified Diff: cc/output/gl_frame_data.cc

Issue 16304003: Unified OutputSurface::SwapBuffers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to 205473 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 | « cc/output/gl_frame_data.h ('k') | cc/output/gl_renderer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/gl_frame_data.cc
diff --git a/cc/output/gl_frame_data.cc b/cc/output/gl_frame_data.cc
index b5b5721a96495c39d543ba3445ffa3b0ddc38c87..06cf3f4288e45410e84cdc0a2b5bee0246fa72c0 100644
--- a/cc/output/gl_frame_data.cc
+++ b/cc/output/gl_frame_data.cc
@@ -7,7 +7,8 @@
namespace cc {
GLFrameData::GLFrameData()
- : sync_point(0) {
+ : sync_point(0),
+ partial_swap_allowed(false) {
}
GLFrameData::~GLFrameData() {}
« no previous file with comments | « cc/output/gl_frame_data.h ('k') | cc/output/gl_renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698