diff options
author | timsteele@google.com <timsteele@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-11 17:02:31 +0000 |
---|---|---|
committer | timsteele@google.com <timsteele@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-11 17:02:31 +0000 |
commit | f58299c720f394f0187fb5c24734be512196eb3f (patch) | |
tree | 38b08ab4ca6dae7eaaef13f1202e8566d64a9a7c /chrome/browser/browser.vcproj | |
parent | 78b1722653b794a0a68f0cc473fc1855b95517ae (diff) | |
download | chromium_src-f58299c720f394f0187fb5c24734be512196eb3f.zip chromium_src-f58299c720f394f0187fb5c24734be512196eb3f.tar.gz chromium_src-f58299c720f394f0187fb5c24734be512196eb3f.tar.bz2 |
A simple view that wraps a RenderViewHost in an HWNDView, to facilitate
rendering HTML as an arbitrary browser view. DOMView currently does something
like this, but it uses TabContents and is hence pretty heavyweight. We may be
able to replace DOMView with HWNDHtmlView.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@656 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser.vcproj')
-rw-r--r-- | chrome/browser/browser.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chrome/browser/browser.vcproj b/chrome/browser/browser.vcproj index 18a67e2..b7c955b 100644 --- a/chrome/browser/browser.vcproj +++ b/chrome/browser/browser.vcproj @@ -1410,6 +1410,14 @@ > </File> <File + RelativePath=".\views\hwnd_html_view.cc" + > + </File> + <File + RelativePath=".\views\hwnd_html_view.h" + > + </File> + <File RelativePath=".\views\importer_lock_view.cc" > </File> |