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

Unified Diff: content/browser/BUILD.gn

Issue 2328463004: Implement WebGL's commit on the main thread (Closed)
Patch Set: fix compile error on win_dbg Created 4 years, 3 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 | « no previous file | content/browser/renderer_host/offscreen_canvas_compositor_frame_sink.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 99702828557813d3443a2b89de35c4fb4f1b8776..9c35476e9eb6a2ec0a883446b536c929c24c48d5 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1073,8 +1073,10 @@ source_set("browser") {
"renderer_host/media/video_capture_manager.h",
"renderer_host/native_web_keyboard_event_aura.cc",
"renderer_host/native_web_keyboard_event_mac.mm",
- "renderer_host/offscreen_canvas_frame_receiver_impl.cc",
- "renderer_host/offscreen_canvas_frame_receiver_impl.h",
+ "renderer_host/offscreen_canvas_compositor_frame_sink.cc",
+ "renderer_host/offscreen_canvas_compositor_frame_sink.h",
+ "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.cc",
+ "renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.h",
"renderer_host/offscreen_canvas_surface_impl.cc",
"renderer_host/offscreen_canvas_surface_impl.h",
"renderer_host/overscroll_configuration.cc",
« no previous file with comments | « no previous file | content/browser/renderer_host/offscreen_canvas_compositor_frame_sink.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698