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

Unified Diff: components/display_compositor/BUILD.gn

Issue 2695603002: Replace OffscreenCanvasSurfaceClient with DisplayCompositorClient (Closed)
Patch Set: Delete unused import surface_info Created 3 years, 10 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/ipc/BUILD.gn ('k') | content/browser/renderer_host/offscreen_canvas_surface_factory_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/display_compositor/BUILD.gn
diff --git a/components/display_compositor/BUILD.gn b/components/display_compositor/BUILD.gn
index a77b83e695f8f0593de917ab76ab240376c2e4c0..9f33fc39f126d1229068bd09e881a26260d08885 100644
--- a/components/display_compositor/BUILD.gn
+++ b/components/display_compositor/BUILD.gn
@@ -33,7 +33,7 @@ component("display_compositor") {
deps = [
"//base",
"//cc",
- "//cc/ipc:internal_interfaces",
+ "//cc/ipc:interfaces",
"//cc/surfaces",
"//gpu/command_buffer/client",
"//gpu/command_buffer/client:gles2_interface",
« no previous file with comments | « cc/ipc/BUILD.gn ('k') | content/browser/renderer_host/offscreen_canvas_surface_factory_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698