summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/stubs/include/ui/GraphicBuffer.h
blob: 47fa5dbada41b77ed29e87209a99dc113718dbd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* Any copyright is dedicated to the Public Domain.
 * http://creativecommons.org/publicdomain/zero/1.0/ */

#ifndef GRAPHIC_BUFFER_H_
#define GRAPHIC_BUFFER_H_

#include <utils/RefBase.h>

namespace stagefright {

class GraphicBuffer : public RefBase {
};

}

#endif