mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-01-18 20:51:07 +01:00
6880d990a8
- Don't show the "drop" icon outside of valid drop regions. - Fix a crash if the WebViewHost is destroyed before the BrowserWebView. - Remove unused/unnecessary code. git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@276 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
16 lines
311 B
C++
16 lines
311 B
C++
// Copyright (c) 2011 The Chromium Embedded Framework Authors. All rights
|
|
// reserved. Use of this source code is governed by a BSD-style license that
|
|
// can be found in the LICENSE file.
|
|
|
|
#include "webview_host.h"
|
|
|
|
WebViewHost::WebViewHost()
|
|
{
|
|
}
|
|
|
|
#if !defined(OS_MACOSX)
|
|
WebViewHost::~WebViewHost()
|
|
{
|
|
}
|
|
#endif
|