| 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
|
|
|
|
|