Remove unused variable.
Review URL: https://codereview.appspot.com/7035062 git-svn-id: http://skia.googlecode.com/svn/trunk@7032 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
6d0032a8ec
commit
f7b62d6ff2
@ -61,8 +61,6 @@ protected:
|
||||
// the constrainted texture domain.
|
||||
// Note: GPU-backed bitmaps follow a different rendering path
|
||||
// when copying from one GPU device to another.
|
||||
SkAutoTUnref<SkDevice> primaryDevice(canvas->getDevice());
|
||||
SkSafeRef(primaryDevice.get());
|
||||
SkAutoTUnref<SkDevice> secondDevice(canvas->createCompatibleDevice(
|
||||
SkBitmap::kARGB_8888_Config, 5, 5, true));
|
||||
SkCanvas secondCanvas(secondDevice.get());
|
||||
|
Loading…
Reference in New Issue
Block a user