Commit d3a1c0c2 authored by pkotwicz@chromium.org's avatar pkotwicz@chromium.org

Fixes comment as TOUCH_UI does not exist anymore

BUG=105046


Review URL: http://codereview.chromium.org/8635010

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111175 0039d316-1c4b-4281-b951-d872f2087c98
parent 4d6501f8
...@@ -94,8 +94,7 @@ class VIEWS_EXPORT NativeViewHost : public View { ...@@ -94,8 +94,7 @@ class VIEWS_EXPORT NativeViewHost : public View {
// detached because it's being destroyed, or false otherwise. // detached because it's being destroyed, or false otherwise.
void Detach(bool destroyed); void Detach(bool destroyed);
// The attached native view. There is exactly one native_view_ or views_view_ // The attached native view. There is exactly one native_view_ attached.
// attached.
gfx::NativeView native_view_; gfx::NativeView native_view_;
// A platform-specific wrapper that does the OS-level manipulation of the // A platform-specific wrapper that does the OS-level manipulation of the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment