mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1143575. Add RefBase #include to stagefright stubs. r=cpearce
This commit is contained in:
parent
3c3f108344
commit
262e47491d
@ -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