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

Unified Diff: media/gpu/vp9_picture.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/vp9_decoder.cc ('k') | media/gpu/vt_video_decode_accelerator_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/vp9_picture.h
diff --git a/media/gpu/vp9_picture.h b/media/gpu/vp9_picture.h
index a94ff0ea82bc44061486f372447bc6d7800cd701..7c026fa2ea91b1c72d9014dba623a61da5bd8230 100644
--- a/media/gpu/vp9_picture.h
+++ b/media/gpu/vp9_picture.h
@@ -23,7 +23,7 @@ class VP9Picture : public base::RefCounted<VP9Picture> {
virtual V4L2VP9Picture* AsV4L2VP9Picture();
virtual VaapiVP9Picture* AsVaapiVP9Picture();
- std::unique_ptr<media::Vp9FrameHeader> frame_hdr;
+ std::unique_ptr<Vp9FrameHeader> frame_hdr;
protected:
friend class base::RefCounted<VP9Picture>;
« no previous file with comments | « media/gpu/vp9_decoder.cc ('k') | media/gpu/vt_video_decode_accelerator_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698