summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webframe_impl.h
diff options
context:
space:
mode:
authorpinkerton@google.com <pinkerton@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-29 13:53:02 +0000
committerpinkerton@google.com <pinkerton@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-29 13:53:02 +0000
commit5429458eae1d8df90434bf6cb05cc2292d187b65 (patch)
tree4c6ee4ed2c4c5e9ed9d0aabd87b6ffa93bb5a086 /webkit/glue/webframe_impl.h
parent6bc9ad9d75fff7583fe8592eb4587792897b41cc (diff)
downloadchromium_src-5429458eae1d8df90434bf6cb05cc2292d187b65.zip
chromium_src-5429458eae1d8df90434bf6cb05cc2292d187b65.tar.gz
chromium_src-5429458eae1d8df90434bf6cb05cc2292d187b65.tar.bz2
platform ifdefs for webview. Add platform_viewdefs to wrap things like HWNDs to keep APIs more crossplatform. Fix uses of PlatformCanvasWin to just use PlatformCanvas.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1528 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webframe_impl.h')
-rw-r--r--webkit/glue/webframe_impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/glue/webframe_impl.h b/webkit/glue/webframe_impl.h
index 31de146..6c2f4ce 100644
--- a/webkit/glue/webframe_impl.h
+++ b/webkit/glue/webframe_impl.h
@@ -29,6 +29,7 @@
#include <string>
#include "base/basictypes.h"
+#include "base/gfx/platform_canvas.h"
#include "base/scoped_ptr.h"
#include "base/task.h"
#include "webkit/glue/webdatasource_impl.h"
@@ -63,7 +64,6 @@ struct WindowFeatures;
}
namespace gfx {
-class PlatformCanvasWin;
class BitmapPlatformDeviceWin;
}
@@ -182,7 +182,7 @@ class WebFrameImpl : public WebFrame {
// WebFrameImpl
void Layout();
- void Paint(gfx::PlatformCanvasWin* canvas, const gfx::Rect& rect);
+ void Paint(gfx::PlatformCanvas* canvas, const gfx::Rect& rect);
bool IsLoading();