Fix includes in SkLayerDrawLooper.h. It was previously not possible to
include this header unless SkPoint and SkPaint were previously defined. BUG= R=reed@google.com, senorblanco@chromium.org Author: jbroman@chromium.org Review URL: https://chromiumcodereview.appspot.com/14607015 git-svn-id: http://skia.googlecode.com/svn/trunk@9130 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
944c504961
commit
5da3f22003
@ -9,10 +9,10 @@
|
||||
#define SkLayerDrawLooper_DEFINED
|
||||
|
||||
#include "SkDrawLooper.h"
|
||||
#include "SkPaint.h"
|
||||
#include "SkPoint.h"
|
||||
#include "SkXfermode.h"
|
||||
|
||||
struct SkPoint;
|
||||
|
||||
class SK_API SkLayerDrawLooper : public SkDrawLooper {
|
||||
public:
|
||||
SK_DECLARE_INST_COUNT(SkLayerDrawLooper)
|
||||
|
@ -9,7 +9,6 @@
|
||||
#include "SkColor.h"
|
||||
#include "SkFlattenableBuffers.h"
|
||||
#include "SkLayerDrawLooper.h"
|
||||
#include "SkPaint.h"
|
||||
#include "SkString.h"
|
||||
#include "SkStringUtils.h"
|
||||
#include "SkUnPreMultiply.h"
|
||||
|
Loading…
Reference in New Issue
Block a user