Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Unified Diff: ui/views/controls/native/native_view_host_win.h

Issue 30993004: Reland: Implement features in NativeViewHostAura for scroll end effect (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing compile failure on the bots Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/views/controls/native/native_view_host_win.h
diff --git a/ui/views/controls/native/native_view_host_win.h b/ui/views/controls/native/native_view_host_win.h
index ea94b351ea3ad35005eecc2b4af41720b29c444c..3340770dcd3344240f2f5757b504022e27b65f1f 100644
--- a/ui/views/controls/native/native_view_host_win.h
+++ b/ui/views/controls/native/native_view_host_win.h
@@ -19,7 +19,7 @@ class NativeViewHostWin : public NativeViewHostWrapper {
virtual ~NativeViewHostWin();
// Overridden from NativeViewHostWrapper:
- virtual void NativeViewWillAttach();
+ virtual void AttachNativeView();
virtual void NativeViewDetaching(bool destroyed);
virtual void AddedToWidget();
virtual void RemovedFromWidget();
« no previous file with comments | « ui/views/controls/native/native_view_host_unittest.cc ('k') | ui/views/controls/native/native_view_host_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698