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

Unified Diff: cc/BUILD.gn

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 | « blimp/client/support/compositor/blimp_embedder_compositor.cc ('k') | cc/ipc/cc_param_traits.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index cab23e22d24aaa3aa4334b97d13950dfcd992867..963347a95f18cca125d47c44d10f2ca403d80c0c 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -247,8 +247,6 @@ component("cc") {
"output/filter_operations.h",
"output/geometry_binding.cc",
"output/geometry_binding.h",
- "output/gl_frame_data.cc",
- "output/gl_frame_data.h",
"output/gl_renderer.cc",
"output/gl_renderer.h",
"output/gl_renderer_draw_cache.cc",
@@ -262,6 +260,8 @@ component("cc") {
"output/output_surface.cc",
"output/output_surface.h",
"output/output_surface_client.h",
+ "output/output_surface_frame.cc",
+ "output/output_surface_frame.h",
"output/overlay_candidate.cc",
"output/overlay_candidate.h",
"output/overlay_candidate_validator.h",
« no previous file with comments | « blimp/client/support/compositor/blimp_embedder_compositor.cc ('k') | cc/ipc/cc_param_traits.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698