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

Unified Diff: cc/output/compositor_frame.h

Issue 2374183006: Remove GLFrameData from CompositorFrame. (Closed)
Patch Set: Rebase + fix includes. Created 4 years, 2 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
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);

Powered by Google App Engine
This is Rietveld 408576698