Index: ui/views/controls/native/native_view_host.cc |
diff --git a/ui/views/controls/native/native_view_host.cc b/ui/views/controls/native/native_view_host.cc |
index 63401e8d0d55dfa1e60f3591ccfa277ada9dc049..8b6d4920a48e0f471b581d4e1d9fba1fff8b56f3 100644 |
--- a/ui/views/controls/native/native_view_host.cc |
+++ b/ui/views/controls/native/native_view_host.cc |
@@ -125,7 +125,7 @@ void NativeViewHost::OnPaint(gfx::Canvas* canvas) { |
// It would be nice if this used some approximation of the page's |
// current background color. |
if (native_wrapper_->HasInstalledClip()) |
- canvas->FillRect(SK_ColorWHITE, GetLocalBounds()); |
+ canvas->FillRect(GetLocalBounds(), SK_ColorWHITE); |
} |
void NativeViewHost::VisibilityChanged(View* starting_from, bool is_visible) { |