diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-18 21:11:23 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-18 21:11:23 +0000 |
commit | bceb3812b506b604d469504b5ef3e3e9d61b939e (patch) | |
tree | c242125fb53b11da2b510f1255ebd441252bde0b /chrome/browser/gtk/custom_button.cc | |
parent | 726985e24233bdfd13d2fcee05100ce19fb85525 (diff) | |
download | chromium_src-bceb3812b506b604d469504b5ef3e3e9d61b939e.zip chromium_src-bceb3812b506b604d469504b5ef3e3e9d61b939e.tar.gz chromium_src-bceb3812b506b604d469504b5ef3e3e9d61b939e.tar.bz2 |
Paint the custom frame border and round the corners.
We apply the theme background color to the window and use a NineBox
to draw the theme images around the border.
BUG=13430
Review URL: http://codereview.chromium.org/131049
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18748 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/gtk/custom_button.cc')
-rw-r--r-- | chrome/browser/gtk/custom_button.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/gtk/custom_button.cc b/chrome/browser/gtk/custom_button.cc index 00bbfda..8f9a211 100644 --- a/chrome/browser/gtk/custom_button.cc +++ b/chrome/browser/gtk/custom_button.cc @@ -6,7 +6,6 @@ #include "app/resource_bundle.h" #include "base/basictypes.h" -#include "chrome/browser/gtk/nine_box.h" #include "grit/theme_resources.h" |