aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2014-06-27 05:49:53 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-06-27 05:49:54 -0700
commit8c0c7b0bcdf17ff672a972748f692a41c22aa0a1 (patch)
tree44059861134acf288adfe386eaf9ef3a23f8e6db /bench
parent0766931dc44a0d5da67b732d4a69967abcc235c9 (diff)
remove unnecessary bitmapdevice references
TBR= Author: reed@google.com Review URL: https://codereview.chromium.org/354143004
Diffstat (limited to 'bench')
-rw-r--r--bench/BlurImageFilterBench.cpp1
-rw-r--r--bench/DisplacementBench.cpp2
-rw-r--r--bench/MagnifierBench.cpp2
-rw-r--r--bench/MergeBench.cpp2
-rw-r--r--bench/benchmain.cpp2
5 files changed, 3 insertions, 6 deletions
diff --git a/bench/BlurImageFilterBench.cpp b/bench/BlurImageFilterBench.cpp
index 786611b150..4e8688d9e3 100644
--- a/bench/BlurImageFilterBench.cpp
+++ b/bench/BlurImageFilterBench.cpp
@@ -6,7 +6,6 @@
*/
#include "Benchmark.h"
-#include "SkBitmapDevice.h"
#include "SkBlurImageFilter.h"
#include "SkCanvas.h"
#include "SkPaint.h"
diff --git a/bench/DisplacementBench.cpp b/bench/DisplacementBench.cpp
index 881ba33b24..2a0f7c0bb5 100644
--- a/bench/DisplacementBench.cpp
+++ b/bench/DisplacementBench.cpp
@@ -4,8 +4,8 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
+
#include "Benchmark.h"
-#include "SkBitmapDevice.h"
#include "SkBitmapSource.h"
#include "SkCanvas.h"
#include "SkDisplacementMapEffect.h"
diff --git a/bench/MagnifierBench.cpp b/bench/MagnifierBench.cpp
index 875ec4f465..c47dcdc947 100644
--- a/bench/MagnifierBench.cpp
+++ b/bench/MagnifierBench.cpp
@@ -4,8 +4,8 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
+
#include "Benchmark.h"
-#include "SkBitmapDevice.h"
#include "SkCanvas.h"
#include "SkMagnifierImageFilter.h"
#include "SkRandom.h"
diff --git a/bench/MergeBench.cpp b/bench/MergeBench.cpp
index a6bb3acfb1..2e1ca32350 100644
--- a/bench/MergeBench.cpp
+++ b/bench/MergeBench.cpp
@@ -4,8 +4,8 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
+
#include "Benchmark.h"
-#include "SkBitmapDevice.h"
#include "SkBitmapSource.h"
#include "SkCanvas.h"
#include "SkMergeImageFilter.h"
diff --git a/bench/benchmain.cpp b/bench/benchmain.cpp
index 2a071bec7f..e097fe0947 100644
--- a/bench/benchmain.cpp
+++ b/bench/benchmain.cpp
@@ -10,7 +10,6 @@
#include "CrashHandler.h"
#include "GMBench.h"
#include "ResultsWriter.h"
-#include "SkBitmapDevice.h"
#include "SkCanvas.h"
#include "SkColorPriv.h"
#include "SkCommandLineFlags.h"
@@ -29,7 +28,6 @@
#include "GrContext.h"
#include "GrContextFactory.h"
#include "GrRenderTarget.h"
-#include "SkGpuDevice.h"
#include "gl/GrGLDefines.h"
#else
class GrContext;