aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2014-10-29 12:36:45 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-10-29 12:36:45 -0700
commit89889b69391a730f0ba2a1efb549864b7762263f (patch)
tree85e8cb00c41ae79cf4a693491138acd7853b0dfb /tests
parent8f3937d9fcb28018ec14db6697d41b645716d589 (diff)
MultiPictureDraw is taskgroup aware.
SampleApp is multipicturedraw aware. BUG=skia: Review URL: https://codereview.chromium.org/684923002
Diffstat (limited to 'tests')
-rw-r--r--tests/LazyPtrTest.cpp1
-rw-r--r--tests/OnceTest.cpp1
-rwxr-xr-xtests/PathOpsSkpClipTest.cpp1
-rw-r--r--tests/skia_test.cpp1
4 files changed, 4 insertions, 0 deletions
diff --git a/tests/LazyPtrTest.cpp b/tests/LazyPtrTest.cpp
index f719c2e0bf..799f705085 100644
--- a/tests/LazyPtrTest.cpp
+++ b/tests/LazyPtrTest.cpp
@@ -1,5 +1,6 @@
#include "Test.h"
#include "SkLazyPtr.h"
+#include "SkRunnable.h"
#include "SkTaskGroup.h"
namespace {
diff --git a/tests/OnceTest.cpp b/tests/OnceTest.cpp
index e2711f00bb..da901f41c4 100644
--- a/tests/OnceTest.cpp
+++ b/tests/OnceTest.cpp
@@ -6,6 +6,7 @@
*/
#include "SkOnce.h"
+#include "SkRunnable.h"
#include "SkTaskGroup.h"
#include "Test.h"
diff --git a/tests/PathOpsSkpClipTest.cpp b/tests/PathOpsSkpClipTest.cpp
index b8142cd654..ad0a95f22b 100755
--- a/tests/PathOpsSkpClipTest.cpp
+++ b/tests/PathOpsSkpClipTest.cpp
@@ -15,6 +15,7 @@
#include "SkPathOpsDebug.h"
#include "SkPicture.h"
#include "SkRTConf.h"
+#include "SkRunnable.h"
#include "SkTSort.h"
#include "SkStream.h"
#include "SkString.h"
diff --git a/tests/skia_test.cpp b/tests/skia_test.cpp
index 0058215ccf..172328ee4a 100644
--- a/tests/skia_test.cpp
+++ b/tests/skia_test.cpp
@@ -11,6 +11,7 @@
#include "SkCommonFlags.h"
#include "SkGraphics.h"
#include "SkOSFile.h"
+#include "SkRunnable.h"
#include "SkTArray.h"
#include "SkTaskGroup.h"
#include "SkTemplates.h"