mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 17:31:47 +09:00
Issue #61 - Follow-up: Fix xul.dll link bustage related to Skia.
This commit is contained in:
parent
6e2f70a70f
commit
4584069f26
3 changed files with 3 additions and 3 deletions
|
|
@ -266,7 +266,7 @@ protected:
|
|||
* If this returns true, then inputCount() is the number of found input filters, each
|
||||
* of which may be NULL or a valid imagefilter.
|
||||
*/
|
||||
bool unflatten(SkReadBuffer&, int expectedInputs);
|
||||
SK_API bool unflatten(SkReadBuffer&, int expectedInputs);
|
||||
|
||||
const CropRect& cropRect() const { return fCropRect; }
|
||||
int inputCount() const { return fInputs.count(); }
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ enum {
|
|||
kNeedNewImageUniqueID = 0
|
||||
};
|
||||
|
||||
class SkImage_Base : public SkImage {
|
||||
class SK_API SkImage_Base : public SkImage {
|
||||
public:
|
||||
SkImage_Base(int width, int height, uint32_t uniqueID);
|
||||
virtual ~SkImage_Base();
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
#include "SkImagePriv.h"
|
||||
#include "SkSurface.h"
|
||||
|
||||
class SkImage_Gpu : public SkImage_Base {
|
||||
class SK_API SkImage_Gpu : public SkImage_Base {
|
||||
public:
|
||||
/**
|
||||
* An "image" can be a subset/window into a larger texture, so we explicit take the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue