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

Unified Diff: media/gpu/shared_memory_region.h

Issue 2061823003: media: Drop "media::" in media/gpu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: work around clang format by adding an empty line Created 4 years, 6 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 | « media/gpu/jpeg_decode_accelerator_unittest.cc ('k') | media/gpu/shared_memory_region.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/shared_memory_region.h
diff --git a/media/gpu/shared_memory_region.h b/media/gpu/shared_memory_region.h
index 2ca11d7e9032cfdbf8b8dd01ad4dc212fddebb0c..09984a70bcaa0ad9a5c52fb4040deab82308dedd 100644
--- a/media/gpu/shared_memory_region.h
+++ b/media/gpu/shared_memory_region.h
@@ -29,8 +29,7 @@ class SharedMemoryRegion {
bool read_only);
// Creates a SharedMemoryRegion from the given |bistream_buffer|.
- SharedMemoryRegion(const media::BitstreamBuffer& bitstream_buffer,
- bool read_only);
+ SharedMemoryRegion(const BitstreamBuffer& bitstream_buffer, bool read_only);
// Maps the shared memory into the caller's address space.
// Return true on success, false otherwise.
« no previous file with comments | « media/gpu/jpeg_decode_accelerator_unittest.cc ('k') | media/gpu/shared_memory_region.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698