Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Side by Side Diff: dm/DMUtil.h

Issue 347823004: Remove Sk prefix from some bench classes. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: SkGMBench -> GMBench Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « dm/DMBenchTask.cpp ('k') | gyp/bench.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #ifndef DMUtil_DEFINED 1 #ifndef DMUtil_DEFINED
2 #define DMUtil_DEFINED 2 #define DMUtil_DEFINED
3 3
4 #include "SkBenchmark.h" 4 #include "Benchmark.h"
5 #include "SkBitmap.h" 5 #include "SkBitmap.h"
6 #include "SkString.h" 6 #include "SkString.h"
7 #include "gm_expectations.h" 7 #include "gm_expectations.h"
8 8
9 class SkBBHFactory; 9 class SkBBHFactory;
10 10
11 // Small free functions used in more than one place in DM. 11 // Small free functions used in more than one place in DM.
12 12
13 namespace DM { 13 namespace DM {
14 14
(...skipping 18 matching lines...) Expand all
33 33
34 // What is the maximum component difference in these bitmaps? 34 // What is the maximum component difference in these bitmaps?
35 unsigned MaxComponentDifference(const SkBitmap& a, const SkBitmap& b); 35 unsigned MaxComponentDifference(const SkBitmap& a, const SkBitmap& b);
36 36
37 // Are these identical bitmaps? 37 // Are these identical bitmaps?
38 bool BitmapsEqual(const SkBitmap& a, const SkBitmap& b); 38 bool BitmapsEqual(const SkBitmap& a, const SkBitmap& b);
39 39
40 } // namespace DM 40 } // namespace DM
41 41
42 #endif // DMUtil_DEFINED 42 #endif // DMUtil_DEFINED
OLDNEW
« no previous file with comments | « dm/DMBenchTask.cpp ('k') | gyp/bench.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698