summaryrefslogtreecommitdiffstats
path: root/chrome/views/hwnd_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/views/hwnd_view.h')
-rw-r--r--chrome/views/hwnd_view.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/views/hwnd_view.h b/chrome/views/hwnd_view.h
index 2af1aa5..bf2a2e2 100644
--- a/chrome/views/hwnd_view.h
+++ b/chrome/views/hwnd_view.h
@@ -38,7 +38,8 @@ class HWNDView : public View {
// Detach the attached window handle. It will no longer be updated
void Detach();
- virtual void DidChangeBounds(const CRect& previous, const CRect& current);
+ virtual void DidChangeBounds(const gfx::Rect& previous,
+ const gfx::Rect& current);
virtual void VisibilityChanged(View* starting_from, bool is_visible);
HWND GetHWND() const;