Fix namespace for picture
Change-Id: Id21ebcf2ba4befb4af15cd1d493428a64599afc1
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#include "SkCanvas.h"
|
||||
#include "SkStream.h"
|
||||
|
||||
using namespace android;
|
||||
namespace android {
|
||||
|
||||
Picture::Picture(const Picture* src) {
|
||||
if (NULL != src) {
|
||||
@@ -113,3 +113,5 @@ SkPicture* Picture::makePartialCopy() const {
|
||||
mRecorder->partialReplay(canvas);
|
||||
return reRecorder.endRecording();
|
||||
}
|
||||
|
||||
}; // namespace android
|
||||
|
||||
Reference in New Issue
Block a user