Remove GetNativeView() when compiled with views toolkit.
This commit is contained in:
parent
4b57e1f4f8
commit
a080d2c5bb
3 changed files with 2 additions and 8 deletions
|
@ -24,9 +24,10 @@ class InspectableWebContentsView {
|
|||
// Returns the web view control, which can be used by the
|
||||
// GetInitiallyFocusedView() to set initial focus to web view.
|
||||
virtual views::View* GetWebView() = 0;
|
||||
#else
|
||||
virtual gfx::NativeView GetNativeView() const = 0;
|
||||
#endif
|
||||
|
||||
virtual gfx::NativeView GetNativeView() const = 0;
|
||||
virtual void ShowDevTools() = 0;
|
||||
// Hide the DevTools view.
|
||||
virtual void CloseDevTools() = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue