Merge "Reduce the size of libhwui by 50%"

This commit is contained in:
Romain Guy 2011-10-12 13:50:11 -07:00 committed by Android (Google) Code Review
commit 0d602e072c

View File

@ -20,12 +20,13 @@
#include <stdint.h>
#include <sys/types.h>
#include <utils/threads.h>
#include <cutils/compiler.h>
namespace android {
// ---------------------------------------------------------------------------
template <typename TYPE>
class Singleton
class ANDROID_API Singleton
{
public:
static TYPE& getInstance() {