Bug 1143575. Add RefBase #include to stagefright stubs. r=cpearce

--HG--
extra : commitid : wcsOwklXjp
extra : rebase_source : 8c4973bc7c8c032dc1c28b4525ca0fca998a1989
This commit is contained in:
Robert O'Callahan 2015-05-12 15:36:19 +12:00
parent 4ac8503958
commit 680664fafe
2 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,8 @@
#ifndef A_MESSAGE_H_
#define A_MESSAGE_H_
#include <utils/RefBase.h>
namespace stagefright {
struct AMessage : public RefBase {

View File

@ -4,6 +4,8 @@
#ifndef GRAPHIC_BUFFER_H_
#define GRAPHIC_BUFFER_H_
#include <utils/RefBase.h>
namespace stagefright {
class GraphicBuffer : public RefBase {