Chromium Code Reviews| Index: ui/views/view.cc |
| diff --git a/ui/views/view.cc b/ui/views/view.cc |
| index 4c62a000f61882cf5115a2f541ba8e7b86fb8af5..2dc8012fe7e2fdf918e31e0871ac1f4454f8cfa8 100644 |
| --- a/ui/views/view.cc |
| +++ b/ui/views/view.cc |
| @@ -327,10 +327,6 @@ gfx::Rect View::GetLocalBounds() const { |
| return gfx::Rect(size()); |
| } |
| -gfx::Rect View::GetLayerBoundsInPixel() const { |
| - return layer()->GetTargetBounds(); |
| -} |
| - |
| gfx::Insets View::GetInsets() const { |
| return border_.get() ? border_->GetInsets() : gfx::Insets(); |
| } |