| Index: src/factory.h
|
| diff --git a/src/factory.h b/src/factory.h
|
| index 7547f7c452b3200e89c3dde36c29942272012f04..83afcc0d177bfa115fcf3a0eddc8ddb42dd45aa4 100644
|
| --- a/src/factory.h
|
| +++ b/src/factory.h
|
| @@ -166,7 +166,7 @@ class Factory : public AllStatic {
|
| static Handle<ByteArray> NewByteArray(int length,
|
| PretenureFlag pretenure = NOT_TENURED);
|
|
|
| - static Handle<PixelArray> NewPixelArray(
|
| + static Handle<ExternalPixelArray> NewExternalPixelArray(
|
| int length,
|
| uint8_t* external_pointer,
|
| PretenureFlag pretenure = NOT_TENURED);
|
| @@ -196,7 +196,7 @@ class Factory : public AllStatic {
|
|
|
| static Handle<Map> GetSlowElementsMap(Handle<Map> map);
|
|
|
| - static Handle<Map> GetPixelArrayElementsMap(Handle<Map> map);
|
| + static Handle<Map> GetExternalPixelArrayElementsMap(Handle<Map> map);
|
|
|
| static Handle<FixedArray> CopyFixedArray(Handle<FixedArray> array);
|
|
|
|
|