Bug 686742 - Move YUV conversion code into gfxUtil functions. r=derf

This commit is contained in:
Oleg Romashin
2011-09-27 15:19:24 -07:00
parent 8e28c97f8a
commit 23edca1891
4 changed files with 171 additions and 114 deletions

View File

@@ -42,11 +42,12 @@
#include "gfxPattern.h"
#include "nsThreadUtils.h"
#include "nsCoreAnimationSupport.h"
#include "mozilla/ReentrantMonitor.h"
#include "mozilla/TimeStamp.h"
#include "mozilla/mozalloc.h"
class nsIOSurface;
namespace mozilla {
namespace layers {