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

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

Issue 24299004: Implement features in NativeViewHostAura for scroll end effect (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Responded to sky's comments and added some testing Created 7 years, 3 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..96ccbbdf11da2997e29055f4273b3cbfd6fe2f79 100644
--- a/ui/views/controls/native/native_view_host_win.h
+++ b/ui/views/controls/native/native_view_host_win.h
@@ -20,6 +20,7 @@ class NativeViewHostWin : public NativeViewHostWrapper {
// Overridden from NativeViewHostWrapper:
virtual void NativeViewWillAttach();
+ virtual void NativeViewAttached() { }
sky 2013/09/26 22:10:54 style guide says no space between parens, eg {}
rharrison 2013/09/30 20:48:45 Done.
virtual void NativeViewDetaching(bool destroyed);
virtual void AddedToWidget();
virtual void RemovedFromWidget();

Powered by Google App Engine
This is Rietveld 408576698