summaryrefslogtreecommitdiffstats
path: root/chrome/views/controls/hwnd_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/views/controls/hwnd_view.h')
-rw-r--r--chrome/views/controls/hwnd_view.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/chrome/views/controls/hwnd_view.h b/chrome/views/controls/hwnd_view.h
index a13a1f8..d39fc2a 100644
--- a/chrome/views/controls/hwnd_view.h
+++ b/chrome/views/controls/hwnd_view.h
@@ -38,14 +38,11 @@ class HWNDView : public View {
// Detach the attached window handle. It will no longer be updated
void Detach();
- virtual void DidChangeBounds(const gfx::Rect& previous,
- const gfx::Rect& current);
virtual void VisibilityChanged(View* starting_from, bool is_visible);
HWND GetHWND() const;
- // Resize the hosted HWND to the bounds of this View.
- void UpdateHWNDBounds();
+ virtual void Layout();
virtual void Paint(ChromeCanvas* canvas);