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

Unified Diff: cc/output/compositor_frame.h

Issue 2374183006: Remove GLFrameData from CompositorFrame. (Closed)
Patch Set: Rebase. 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
« no previous file with comments | « cc/layers/surface_layer_unittest.cc ('k') | cc/output/direct_renderer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
- std::unique_ptr<GLFrameData> gl_frame_data;
private:
DISALLOW_COPY_AND_ASSIGN(CompositorFrame);
« no previous file with comments | « cc/layers/surface_layer_unittest.cc ('k') | cc/output/direct_renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698