Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(44)

Unified Diff: ppapi/proxy/file_mapping_resource.h

Issue 304513007: Remove PlatformFile from ppapi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/proxy/file_io_resource.cc ('k') | ppapi/proxy/file_mapping_resource.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/file_mapping_resource.h
diff --git a/ppapi/proxy/file_mapping_resource.h b/ppapi/proxy/file_mapping_resource.h
index 240da211b513a6be5b22a627f0a69f31eb3c0dc7..31c49f9d17bd422107d274c2bf072812234fca75 100644
--- a/ppapi/proxy/file_mapping_resource.h
+++ b/ppapi/proxy/file_mapping_resource.h
@@ -57,7 +57,7 @@ class PPAPI_PROXY_EXPORT FileMappingResource
// implementation is platform specific. See file_mapping_resource_posix.cc and
// file_mapping_resource_win.cc.
static MapResult DoMapBlocking(
- scoped_refptr<FileIOResource::FileHandleHolder> handle,
+ scoped_refptr<FileIOResource::FileHolder> file_holder,
void* address_hint,
int64_t length,
uint32_t protection,
« no previous file with comments | « ppapi/proxy/file_io_resource.cc ('k') | ppapi/proxy/file_mapping_resource.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698