commit | a16ea1821652f2bdf78023abf87b231b304b6064 | [log] [tgz] |
---|---|---|
author | Matt Sarett <msarett@google.com> | Tue Nov 22 13:36:23 2016 -0500 |
committer | Matt Sarett <msarett@google.com> | Tue Nov 22 18:37:33 2016 +0000 |
tree | 2bdf9461146713084352431b1ae4f307c7157397 | |
parent | 22886c493596655d8fd9512951f9010869b7fbc5 [diff] [blame] |
Fix NoGPU bot BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=5126 Change-Id: I34299845b6d20f219722da6a3135070369010555 Reviewed-on: https://skia-review.googlesource.com/5126 Reviewed-by: Matt Sarett <msarett@google.com>
diff --git a/tests/SurfaceTest.cpp b/tests/SurfaceTest.cpp index e613e1d..e08b866 100644 --- a/tests/SurfaceTest.cpp +++ b/tests/SurfaceTest.cpp
@@ -14,6 +14,7 @@ #include "SkPath.h" #include "SkRRect.h" #include "SkSurface.h" +#include "SkSurface_Base.h" #include "SkUtils.h" #include "Test.h"