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

Unified Diff: chrome/browser/resources/shared_resources.grd

Issue 11077006: Correct padding and focus ring for frameless constrained window dialog (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix license header Created 8 years, 2 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: chrome/browser/resources/shared_resources.grd
diff --git a/chrome/browser/resources/shared_resources.grd b/chrome/browser/resources/shared_resources.grd
index e69c0577d72605dc4ef7b9c4acc43b2a35f2f983..91a3cd535ef2b0f1d42fca5dfc5d1debac52f704 100644
--- a/chrome/browser/resources/shared_resources.grd
+++ b/chrome/browser/resources/shared_resources.grd
@@ -35,6 +35,8 @@ without changes to the corresponding grd file. -->
file="shared/images/x.png" type="BINDATA" />
<include name="IDR_SHARED_IMAGES_X_HOVER"
file="shared/images/x-hover.png" type="BINDATA" />
+ <include name="IDR_SHARED_IMAGES_X_PRESSED"
+ file="shared/images/x-pressed.png" type="BINDATA" />
<include name="IDR_SHARED_IMAGES_CLOUDS"
file="shared/images/clouds.png" type="BINDATA" />
</includes>

Powered by Google App Engine
This is Rietveld 408576698