mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-06 22:13:26 +01:00
- Add CefRunMessageLoop() for efficient message loop usage and modify cefclient to use it. - Add CefHandler::HandleNavStateChange() for back/forward state notifications and modify cefclient to use it. git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@208 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
14 lines
280 B
C++
14 lines
280 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()
|
|
{
|
|
}
|
|
|
|
WebViewHost::~WebViewHost()
|
|
{
|
|
}
|