diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-26 19:31:24 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-26 19:31:24 +0000 |
commit | 243d16c23f758d3a9bbc8dcb01521baa770af536 (patch) | |
tree | 6c61e4049cd93d72a26a88a3bc9cfb93f0c1dd0c /views/widget/native_widget.h | |
parent | ed84c4b34838742cd99ad8c43d817da4de0b19c6 (diff) | |
download | chromium_src-243d16c23f758d3a9bbc8dcb01521baa770af536.zip chromium_src-243d16c23f758d3a9bbc8dcb01521baa770af536.tar.gz chromium_src-243d16c23f758d3a9bbc8dcb01521baa770af536.tar.bz2 |
Rename CreateParams to InitParams.
http://crbug.com/72040
TEST=none
TBR=sky
Review URL: http://codereview.chromium.org/6901034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83057 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/widget/native_widget.h')
-rw-r--r-- | views/widget/native_widget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/widget/native_widget.h b/views/widget/native_widget.h index 1dba231..451a0e9 100644 --- a/views/widget/native_widget.h +++ b/views/widget/native_widget.h @@ -59,7 +59,7 @@ class NativeWidget { gfx::NativeView new_parent); // Initializes the NativeWidget. - virtual void InitNativeWidget(const Widget::CreateParams& params) = 0; + virtual void InitNativeWidget(const Widget::InitParams& params) = 0; // Returns the Widget associated with this NativeWidget. This function is // guaranteed to return non-NULL for the lifetime of the NativeWidget. |