Fix the link error for component build
Bug: skia: Change-Id: I670eeee09547edb46db498a9439c5d6066c6fe55 Reviewed-on: https://skia-review.googlesource.com/109106 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Brian Salomon <bsalomon@google.com>
This commit is contained in:
parent
056c1a821a
commit
df285ce3be
@ -30,7 +30,7 @@ class SkSurface;
|
||||
* is thread-safe (i.e., one can break a scene into tiles and perform their cpu-side
|
||||
* work in parallel ahead of time).
|
||||
*/
|
||||
class SkDeferredDisplayListRecorder {
|
||||
class SK_API SkDeferredDisplayListRecorder {
|
||||
public:
|
||||
SkDeferredDisplayListRecorder(const SkSurfaceCharacterization&);
|
||||
~SkDeferredDisplayListRecorder();
|
||||
|
Loading…
Reference in New Issue
Block a user