summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser.vcproj
diff options
context:
space:
mode:
authortimsteele@google.com <timsteele@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-11 17:02:31 +0000
committertimsteele@google.com <timsteele@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-11 17:02:31 +0000
commitf58299c720f394f0187fb5c24734be512196eb3f (patch)
tree38b08ab4ca6dae7eaaef13f1202e8566d64a9a7c /chrome/browser/browser.vcproj
parent78b1722653b794a0a68f0cc473fc1855b95517ae (diff)
downloadchromium_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.vcproj8
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>