Bug 949819 - Move remaining ReadPixels and GetTexImage helpers out of GLContext - r=jgilbert

This commit is contained in:
Benoit Jacob
2014-01-02 10:17:29 -05:00
parent 01f888f740
commit 221d75d7c4
15 changed files with 355 additions and 433 deletions

View File

@@ -11,7 +11,7 @@
#include "mozilla/layers/GrallocTextureHost.h"
#include "mozilla/layers/CompositorOGL.h"
#include "EGLImageHelpers.h"
#include "GLContextUtils.h"
#include "GLReadTexImageHelper.h"
namespace mozilla {
namespace layers {