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

Unified Diff: media/video/picture.h

Issue 7601002: Revert r95841 due to failing media_unittests on linux_shared bot. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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/video/ffmpeg_video_decode_engine.h ('k') | media/video/video_decode_accelerator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/video/picture.h
===================================================================
--- media/video/picture.h (revision 95843)
+++ media/video/picture.h (working copy)
@@ -6,7 +6,6 @@
#define MEDIA_VIDEO_PICTURE_H_
#include "base/basictypes.h"
-#include "media/base/media_export.h"
#include "ui/gfx/gl/gl_context.h"
#include "ui/gfx/size.h"
@@ -14,7 +13,7 @@
// A picture buffer that is composed of a GLES2 texture.
// This is the media-namespace equivalent of PP_PictureBuffer_Dev.
-class MEDIA_EXPORT PictureBuffer {
+class PictureBuffer {
public:
PictureBuffer(int32 id, gfx::Size size, uint32 texture_id);
@@ -43,7 +42,7 @@
// A decoded picture frame.
// This is the media-namespace equivalent of PP_Picture_Dev.
-class MEDIA_EXPORT Picture {
+class Picture {
public:
Picture(int32 picture_buffer_id, int32 bitstream_buffer_id);
« no previous file with comments | « media/video/ffmpeg_video_decode_engine.h ('k') | media/video/video_decode_accelerator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698