From 5299356524f2e169ec97db351c44fe6da701984e Mon Sep 17 00:00:00 2001 From: "darin@chromium.org" Date: Fri, 31 Oct 2008 22:28:40 +0000 Subject: Takes steps to make our PlatformScreen implementation more portable. Introduces ChromiumBridge as a means for our WebCore port to depend on the embedder indirectly. This will be extended to support the rest of our port. WebWidgetImpl and ChromeClientImpl both needed to have their platformWindow getter implemented. This fixes a regression related to the most recent merge. Removes the orphaned Language.cpp (see the real one in the platform/chromium directory. Changed webkit_glue::GetMonitorInfoForWindow to webkit_glue::GetScreenInfo. This resulted in a varied amount of plumbing changes. It also pushes the platform specific bits up into the browser where they belong. ScreenInfo is a struct that is part of the webkit/glue API. R=dglazkov,eseidel Review URL: http://codereview.chromium.org/8761 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4335 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/build/glue/glue.vcproj | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'webkit/build/glue/glue.vcproj') diff --git a/webkit/build/glue/glue.vcproj b/webkit/build/glue/glue.vcproj index 46e99cb..784de66 100644 --- a/webkit/build/glue/glue.vcproj +++ b/webkit/build/glue/glue.vcproj @@ -165,6 +165,10 @@ > + + @@ -285,6 +289,10 @@ > + + @@ -569,6 +577,10 @@ > + + -- cgit v1.1