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

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

Issue 26516002: patch from issue 24299004 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clipping for non-fast-resize 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
« no previous file with comments | « ui/views/controls/native/native_view_host_win.cc ('k') | ui/views/controls/webview/webview.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/native/native_view_host_wrapper.h
diff --git a/ui/views/controls/native/native_view_host_wrapper.h b/ui/views/controls/native/native_view_host_wrapper.h
index 3b3cb37fbdc0b5382b8819ca7223a0b4f88b28fd..7a305c16a0057ca827199f7335b9582237b6cb7e 100644
--- a/ui/views/controls/native/native_view_host_wrapper.h
+++ b/ui/views/controls/native/native_view_host_wrapper.h
@@ -19,10 +19,10 @@ class VIEWS_EXPORT NativeViewHostWrapper {
public:
virtual ~NativeViewHostWrapper() {}
- // Called right before a gfx::NativeView is attached to the associated
- // NativeViewHost, allowing the wrapper to perform platform-specific
- // initialization.
- virtual void NativeViewWillAttach() = 0;
+ // Called at the end of NativeViewHost::Attach, allowing the wrapper to
+ // perform platform-specific operations that need to occur to complete
+ // attaching the gfx::NativeView.
+ virtual void AttachNativeView() = 0;
// Called before the attached gfx::NativeView is detached from the
// NativeViewHost, allowing the wrapper to perform platform-specific
« no previous file with comments | « ui/views/controls/native/native_view_host_win.cc ('k') | ui/views/controls/webview/webview.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698