09d9435835
BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=4209 Change-Id: I49ae36a9b2bb51a6470638d3264923ff4a4dea0a Reviewed-on: https://skia-review.googlesource.com/4209 Reviewed-by: Mike Reed <reed@google.com> Commit-Queue: Mike Reed <reed@google.com>
18 lines
335 B
C
18 lines
335 B
C
/*
|
|
* Copyright 2011 Google Inc.
|
|
*
|
|
* Use of this source code is governed by a BSD-style license that can be
|
|
* found in the LICENSE file.
|
|
*/
|
|
|
|
#ifndef SkArithmeticMode_DEFINED
|
|
#define SkArithmeticMode_DEFINED
|
|
|
|
#include "SkFlattenable.h"
|
|
#include "SkScalar.h"
|
|
#include "SkXfermode.h"
|
|
|
|
// TODO : remove this header from public
|
|
|
|
#endif
|