summaryrefslogtreecommitdiffstats
path: root/views/window/custom_frame_view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'views/window/custom_frame_view.cc')
-rw-r--r--views/window/custom_frame_view.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/views/window/custom_frame_view.cc b/views/window/custom_frame_view.cc
index 3434485..8f0999b 100644
--- a/views/window/custom_frame_view.cc
+++ b/views/window/custom_frame_view.cc
@@ -514,6 +514,7 @@ void CustomFrameView::LayoutWindowControls() {
pushed_part = IDR_CLOSE_SA_P;
}
+ /*
ResourceBundle& rb = ResourceBundle::GetSharedInstance();
close_button_->SetImage(CustomButton::BS_NORMAL,
@@ -522,6 +523,7 @@ void CustomFrameView::LayoutWindowControls() {
rb.GetBitmapNamed(hot_part));
close_button_->SetImage(CustomButton::BS_PUSHED,
rb.GetBitmapNamed(pushed_part));
+ */
}
void CustomFrameView::LayoutTitleBar() {