Chromium Code Reviews| Index: cc/output/compositor_frame.h |
| diff --git a/cc/output/compositor_frame.h b/cc/output/compositor_frame.h |
| index 127685598e6db560a2b4cfcd9bd9cd9f62f6f08c..8d9209d899c6aba3e6adbe4a5fd7166196deacbc 100644 |
| --- a/cc/output/compositor_frame.h |
| +++ b/cc/output/compositor_frame.h |
| @@ -11,7 +11,6 @@ |
| #include "cc/base/cc_export.h" |
| #include "cc/output/compositor_frame_metadata.h" |
| #include "cc/output/delegated_frame_data.h" |
| -#include "cc/output/gl_frame_data.h" |
| namespace cc { |
| @@ -32,7 +31,6 @@ class CC_EXPORT CompositorFrame { |
| CompositorFrameMetadata metadata; |
| std::unique_ptr<DelegatedFrameData> delegated_frame_data; |
|
danakj
2016/10/04 21:58:40
I nice followup would be to merge the fields in De
kylechar
2016/10/05 13:45:53
Acknowledged.
|
| - std::unique_ptr<GLFrameData> gl_frame_data; |
| private: |
| DISALLOW_COPY_AND_ASSIGN(CompositorFrame); |