Bug 1210182 - Implement GrallocTextureHostBasic r=nical

This commit is contained in:
Sotaro Ikeda
2015-10-26 22:43:07 -07:00
parent d382a21947
commit a8e31215e6
15 changed files with 506 additions and 79 deletions

View File

@@ -14,9 +14,12 @@
#include "SharedSurface.h"
#ifdef MOZ_WIDGET_GONK
#include "mozilla/layers/GrallocTextureClient.h"
#include "SharedSurfaceGralloc.h"
#endif
using namespace mozilla::gl;
namespace mozilla {
namespace layers {