aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/coloremoji_blendmodes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/coloremoji_blendmodes.cpp')
-rw-r--r--gm/coloremoji_blendmodes.cpp19
1 files changed, 17 insertions, 2 deletions
diff --git a/gm/coloremoji_blendmodes.cpp b/gm/coloremoji_blendmodes.cpp
index 6cf891baef..1e1608d648 100644
--- a/gm/coloremoji_blendmodes.cpp
+++ b/gm/coloremoji_blendmodes.cpp
@@ -4,12 +4,27 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
-#include "gm.h"
-#include "sk_tool_utils.h"
+
#include "SkBitmap.h"
+#include "SkBlendMode.h"
+#include "SkCanvas.h"
+#include "SkColor.h"
+#include "SkFontStyle.h"
#include "SkGradientShader.h"
+#include "SkImageInfo.h"
+#include "SkMatrix.h"
+#include "SkPaint.h"
+#include "SkRect.h"
+#include "SkRefCnt.h"
+#include "SkScalar.h"
#include "SkShader.h"
+#include "SkSize.h"
+#include "SkString.h"
+#include "SkTypeface.h"
+#include "SkTypes.h"
#include "SkUtils.h"
+#include "gm.h"
+#include "sk_tool_utils.h"
namespace skiagm {