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

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2527443002: Display Compositor: Allocate LocalFrameId in client. (Closed)
Patch Set: Addressed sadrul's comment Created 4 years, 1 month 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: third_party/WebKit/Source/platform/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index 6f7c7b38d03ea5bf0a6b8359936e250a3fab29af..ea6f74e451440307368c6763ce744750dc0e456b 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -1433,6 +1433,7 @@ component("platform") {
"//base",
"//cc",
"//cc/animation",
+ "//cc/surfaces:surface_id",
"//gpu/command_buffer/client:client",
"//gpu/command_buffer/client:gles2_c_lib",
"//gpu/command_buffer/client:gles2_interface",

Powered by Google App Engine
This is Rietveld 408576698