diff options
author | pinkerton@google.com <pinkerton@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-05 17:24:37 +0000 |
---|---|---|
committer | pinkerton@google.com <pinkerton@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-05 17:24:37 +0000 |
commit | 4c55dad818867cce0dd451e9ddc345a8946342e5 (patch) | |
tree | 5c59256a8e9e249718ff82a8d60d814fbf660889 /webkit/glue | |
parent | 3564498a66ea5a77945712da3727e594a0d1e29f (diff) | |
download | chromium_src-4c55dad818867cce0dd451e9ddc345a8946342e5.zip chromium_src-4c55dad818867cce0dd451e9ddc345a8946342e5.tar.gz chromium_src-4c55dad818867cce0dd451e9ddc345a8946342e5.tar.bz2 |
back out part of last change, better fix upcoming.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1784 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue')
-rw-r--r-- | webkit/glue/webframe_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/glue/webframe_impl.cc b/webkit/glue/webframe_impl.cc index e5d42ae..4491644 100644 --- a/webkit/glue/webframe_impl.cc +++ b/webkit/glue/webframe_impl.cc @@ -126,7 +126,7 @@ #include "base/gfx/bitmap_platform_device_win.h" #endif #include "base/gfx/rect.h" -#include "base/gfx/platform_canvas.h" +#include "base/gfx/platform_canvas_win.h" #include "base/logging.h" #include "base/message_loop.h" #include "base/stats_counters.h" |