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

Unified Diff: components/constrained_window/BUILD.gn

Issue 2549543002: Clamp dialog bounds to be fully visible on the nearest display (Closed)
Patch Set: Created 4 years 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') | ui/display/screen.cc » ('J')
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 1ce91d59a1a7ed9ff00f4bdf194d61f39005f68f..cc02308279aa4b6f93231701fa0b76ce8be95f23 100644
--- a/components/constrained_window/BUILD.gn
+++ b/components/constrained_window/BUILD.gn
@@ -25,6 +25,7 @@ static_library("constrained_window") {
"//components/guest_view/browser",
"//components/web_modal",
"//content/public/browser",
+ "//ui/display",
"//ui/views",
]
public_deps = [
« no previous file with comments | « no previous file | components/constrained_window/DEPS » ('j') | ui/display/screen.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698