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

Unified Diff: content/common/gpu/media/dxva_video_decode_accelerator.cc

Issue 11225045: Move a bunch of content\common code into the content namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync Created 8 years, 2 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
Index: content/common/gpu/media/dxva_video_decode_accelerator.cc
===================================================================
--- content/common/gpu/media/dxva_video_decode_accelerator.cc (revision 163460)
+++ content/common/gpu/media/dxva_video_decode_accelerator.cc (working copy)
@@ -30,6 +30,8 @@
#include "ui/gl/gl_bindings.h"
#include "ui/gl/gl_surface.h"
+namespace content {
+
// We only request 5 picture buffers from the client which are used to hold the
// decoded samples. These buffers are then reused when the client tells us that
// it is done with the buffer.
@@ -1133,3 +1135,5 @@
state_ = kNormal;
}
+
+} // namespace content

Powered by Google App Engine
This is Rietveld 408576698