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

Unified Diff: cc/output_surface.h

Issue 12789008: Revert 189176 "Manually merge 188038" (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1410/src/
Patch Set: Created 7 years, 9 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 | « no previous file | cc/thread_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output_surface.h
===================================================================
--- cc/output_surface.h (revision 189183)
+++ cc/output_surface.h (working copy)
@@ -39,11 +39,9 @@
struct Capabilities {
Capabilities()
- : has_parent_compositor(false),
- max_frames_pending(0) {}
+ : has_parent_compositor(false) {}
bool has_parent_compositor;
- int max_frames_pending;
};
virtual const Capabilities& Capabilities() const = 0;
Property changes on: cc/output_surface.h
___________________________________________________________________
Deleted: svn:mergeinfo
« no previous file with comments | « no previous file | cc/thread_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698