summaryrefslogtreecommitdiff
path: root/chromium/media/base/unaligned_shared_memory.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2018-10-24 11:30:15 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2018-10-30 12:56:19 +0000
commit6036726eb981b6c4b42047513b9d3f4ac865daac (patch)
tree673593e70678e7789766d1f732eb51f613a2703b /chromium/media/base/unaligned_shared_memory.h
parent466052c4e7c052268fd931888cd58961da94c586 (diff)
downloadqtwebengine-chromium-6036726eb981b6c4b42047513b9d3f4ac865daac.tar.gz
BASELINE: Update Chromium to 70.0.3538.78
Change-Id: Ie634710bf039e26c1957f4ae45e101bd4c434ae7 Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'chromium/media/base/unaligned_shared_memory.h')
-rw-r--r--chromium/media/base/unaligned_shared_memory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/media/base/unaligned_shared_memory.h b/chromium/media/base/unaligned_shared_memory.h
index 519bb063c3e..b86961803c6 100644
--- a/chromium/media/base/unaligned_shared_memory.h
+++ b/chromium/media/base/unaligned_shared_memory.h
@@ -50,7 +50,7 @@ class MEDIA_EXPORT UnalignedSharedMemory {
// offsets.
class MEDIA_EXPORT WritableUnalignedMapping {
public:
- // Creates an |UnalignedSharedMemory| instance from a
+ // Creates an |WritableUnalignedMapping| instance from a
// |UnsafeSharedMemoryRegion|. |size| sets the maximum size that may be mapped
// within |region| and |offset| is the offset that will be mapped. |region| is
// not retained and is used only in the constructor.
@@ -58,7 +58,7 @@ class MEDIA_EXPORT WritableUnalignedMapping {
size_t size,
off_t offset);
- // As above, but creates from a handle. This region will not own the handle.
+ // As above, but creates from a handle. This region will own the handle.
// DEPRECATED: this should be used only for the legacy shared memory
// conversion project, see https://crbug.com/795291.
WritableUnalignedMapping(const base::SharedMemoryHandle& handle,