summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webkit_glue.h
diff options
context:
space:
mode:
authorericu@google.com <ericu@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-29 20:06:16 +0000
committerericu@google.com <ericu@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-29 20:06:16 +0000
commit7954ab9ea626f4c3d34d7b92c6108030de8adcb9 (patch)
tree4e833aa2fb484c0d9de6dbdebd51cfc07167a768 /webkit/glue/webkit_glue.h
parent689a7a717a5882405f935e7c18fdc47fcae9fadf (diff)
downloadchromium_src-7954ab9ea626f4c3d34d7b92c6108030de8adcb9.zip
chromium_src-7954ab9ea626f4c3d34d7b92c6108030de8adcb9.tar.gz
chromium_src-7954ab9ea626f4c3d34d7b92c6108030de8adcb9.tar.bz2
Resubmitting http://codereview.chromium.org/3397030 with the needed one-line deletion.
Tested, reproed the breakage, verified the fix. BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60981 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webkit_glue.h')
-rw-r--r--webkit/glue/webkit_glue.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/webkit/glue/webkit_glue.h b/webkit/glue/webkit_glue.h
index 6c7387d..380bf36 100644
--- a/webkit/glue/webkit_glue.h
+++ b/webkit/glue/webkit_glue.h
@@ -16,8 +16,10 @@
#include "app/clipboard/clipboard.h"
#include "base/file_path.h"
+#include "base/platform_file.h"
#include "base/string16.h"
#include "third_party/WebKit/WebKit/chromium/public/WebCanvas.h"
+#include "third_party/WebKit/WebKit/chromium/public/WebFileError.h"
class GURL;
class SkBitmap;
@@ -132,6 +134,10 @@ WebKit::WebString FilePathStringToWebString(const FilePath::StringType& str);
FilePath WebStringToFilePath(const WebKit::WebString& str);
WebKit::WebString FilePathToWebString(const FilePath& file_path);
+// File error conversion
+WebKit::WebFileError PlatformFileErrorToWebFileError(
+ base::PlatformFileError error_code);
+
// Returns a WebCanvas pointer associated with the given Skia canvas.
WebKit::WebCanvas* ToWebCanvas(skia::PlatformCanvas*);