| Index: content/browser/renderer_host/render_widget_host_view_win.h
|
| ===================================================================
|
| --- content/browser/renderer_host/render_widget_host_view_win.h (revision 156019)
|
| +++ content/browser/renderer_host/render_widget_host_view_win.h (working copy)
|
| @@ -170,6 +170,7 @@
|
| virtual void WasShown() OVERRIDE;
|
| virtual void WasHidden() OVERRIDE;
|
| virtual void MovePluginWindows(
|
| + const gfx::Point& scroll_offset,
|
| const std::vector<webkit::npapi::WebPluginGeometry>& moves) OVERRIDE;
|
| virtual void Focus() OVERRIDE;
|
| virtual void Blur() OVERRIDE;
|
| @@ -380,9 +381,6 @@
|
| // origin of |dc|.
|
| void DrawBackground(const RECT& rect, CPaintDC* dc);
|
|
|
| - // Create an intermediate window between the given HWND and its parent.
|
| - HWND ReparentWindow(HWND window);
|
| -
|
| // Clean up the compositor window, if needed.
|
| void CleanupCompositorWindow();
|
|
|
|
|