|
Expose debugger backend classes externally.
SkDebugCanvas & friends are useful beyond the Qt debugger app - Chromium's picture inspector (in development) is at the point where it could take advantage of it.
This patch moves SkDrawCommand, SkDebugCanvas & SkObjectParser from trunk/debugger to trunk/src/utils (since several tools already use these, this seems appropriate), and makes SkDrawCommand & SkDebugCanvas' symbols visible externally (SK_API).
R=reed@google.com
Committed: https://code.google.com/p/skia/source/detail?r=9598
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+23 lines, -2663 lines) |
Patch |
|
D |
debugger/SkDebugCanvas.h
|
View
|
|
1 chunk |
+0 lines, -273 lines |
0 comments
|
Download
|
|
D |
debugger/SkDebugCanvas.cpp
|
View
|
|
1 chunk |
+0 lines, -430 lines |
0 comments
|
Download
|
|
D |
debugger/SkDrawCommand.h
|
View
|
|
1 chunk |
+0 lines, -556 lines |
0 comments
|
Download
|
|
D |
debugger/SkDrawCommand.cpp
|
View
|
|
1 chunk |
+0 lines, -878 lines |
0 comments
|
Download
|
|
D |
debugger/SkObjectParser.h
|
View
|
|
1 chunk |
+0 lines, -128 lines |
0 comments
|
Download
|
|
D |
debugger/SkObjectParser.cpp
|
View
|
|
1 chunk |
+0 lines, -375 lines |
0 comments
|
Download
|
|
M |
gyp/SampleApp.gyp
|
View
|
1
|
1 chunk |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
gyp/debugger.gyp
|
View
|
1
|
1 chunk |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
gyp/gm.gyp
|
View
|
1
|
1 chunk |
+7 lines, -7 lines |
0 comments
|
Download
|
|
M |
gyp/tools.gyp
|
View
|
1
|
1 chunk |
+6 lines, -6 lines |
0 comments
|
Download
|
|
A + |
src/utils/debugger/SkDebugCanvas.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
A + |
src/utils/debugger/SkDebugCanvas.cpp
|
View
|
1
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
|
A + |
src/utils/debugger/SkDrawCommand.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
A + |
src/utils/debugger/SkDrawCommand.cpp
|
View
|
1
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
|
A + |
src/utils/debugger/SkObjectParser.h
|
View
|
1
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
|
A + |
src/utils/debugger/SkObjectParser.cpp
|
View
|
1
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
Total messages: 14 (0 generated)
|