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

Unified Diff: components/constrained_window/BUILD.gn

Issue 2934883003: Snap non toplevel dialog windows to pixel boundary. (Closed)
Patch Set: addressed comment Created 3 years, 5 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 | components/constrained_window/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/constrained_window/BUILD.gn
diff --git a/components/constrained_window/BUILD.gn b/components/constrained_window/BUILD.gn
index a62c55548af060a8be03b3be4df0e9fc8fa8141d..d4653d8b934a68ce5b4161ac60c3caccdee563fc 100644
--- a/components/constrained_window/BUILD.gn
+++ b/components/constrained_window/BUILD.gn
@@ -37,6 +37,7 @@ static_library("constrained_window") {
if (use_aura) {
deps += [
"//ui/aura",
+ "//ui/compositor",
"//ui/wm",
]
}
« no previous file with comments | « no previous file | components/constrained_window/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698