Fix header build breakage caused by moving GrGpu.h to src dir

git-svn-id: http://skia.googlecode.com/svn/trunk@2120 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
bsalomon@google.com 2011-08-16 15:13:54 +00:00
parent 4d3aaafd90
commit bbfa1000e7

View File

@ -13,7 +13,9 @@
#include "SkBitmap.h"
#include "SkPixelRef.h"
#include "GrGpu.h"
#include "GrTexture.h"
#include "GrRenderTarget.h"
/**
* Common baseclass that implements onLockPixels() by calling onReadPixels().