add onCreateDevice to eventually replace onCreateCompatibleDevice
BUG=skia: TBR= Review URL: https://codereview.chromium.org/1006923004
This commit is contained in:
parent
173e5fe5f4
commit
57a48a73a4
@ -354,6 +354,11 @@ protected:
|
||||
return NULL;
|
||||
}
|
||||
|
||||
// Will replace onCreateCompatibleDevice
|
||||
virtual SkBaseDevice* onCreateDevice(const CreateInfo&, const SkPaint*) {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
virtual void initForRootLayer(SkPixelGeometry geo);
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user