Commit e88a7d6e authored by dnicoara@chromium.org's avatar dnicoara@chromium.org

[Ozone] Update setPixelRef call due to interface changes in SkBitmapDevice

TBR=rjkroege@chromium.org
NOTRY=true

BUG=

Review URL: https://codereview.chromium.org/134053002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244168 0039d316-1c4b-4281-b951-d872f2087c98
parent 47129346
......@@ -29,7 +29,7 @@ class CustomSkBitmapDevice : public SkBitmapDevice {
CustomSkBitmapDevice(const SkBitmap& bitmap) : SkBitmapDevice(bitmap) {}
virtual ~CustomSkBitmapDevice() {}
void SetPixelRef(SkPixelRef* pixel_ref) { setPixelRef(pixel_ref, 0); }
void SetPixelRef(SkPixelRef* pixel_ref) { setPixelRef(pixel_ref); }
private:
DISALLOW_COPY_AND_ASSIGN(CustomSkBitmapDevice);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment