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

Unified Diff: gpu/command_buffer/common/BUILD.gn

Issue 2107783003: Pass initial size and GPU preference via context attributes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gpu/ipc/common/OWNERS presubmit Created 4 years, 6 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
Index: gpu/command_buffer/common/BUILD.gn
diff --git a/gpu/command_buffer/common/BUILD.gn b/gpu/command_buffer/common/BUILD.gn
index 3e829b3a65135ceb374fbbc26cbe484aa1d94afa..8c4df70103f9cfc5574f544744a867de95c7b37a 100644
--- a/gpu/command_buffer/common/BUILD.gn
+++ b/gpu/command_buffer/common/BUILD.gn
@@ -80,6 +80,7 @@ component("gles2_utils") {
deps = [
"//base",
+ "//ui/gfx/geometry",
]
all_dependent_configs = [ "//third_party/khronos:khronos_headers" ]

Powered by Google App Engine
This is Rietveld 408576698