mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
Bug 1143575. Add RefBase #include to stagefright stubs. r=cpearce
--HG-- extra : commitid : wcsOwklXjp extra : rebase_source : 8c4973bc7c8c032dc1c28b4525ca0fca998a1989
This commit is contained in:
parent
4ac8503958
commit
680664fafe
@ -4,6 +4,8 @@
|
||||
#ifndef A_MESSAGE_H_
|
||||
#define A_MESSAGE_H_
|
||||
|
||||
#include <utils/RefBase.h>
|
||||
|
||||
namespace stagefright {
|
||||
|
||||
struct AMessage : public RefBase {
|
||||
|
@ -4,6 +4,8 @@
|
||||
#ifndef GRAPHIC_BUFFER_H_
|
||||
#define GRAPHIC_BUFFER_H_
|
||||
|
||||
#include <utils/RefBase.h>
|
||||
|
||||
namespace stagefright {
|
||||
|
||||
class GraphicBuffer : public RefBase {
|
||||
|
Loading…
Reference in New Issue
Block a user