Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a0dc4040 authored by Derek Sollenberger's avatar Derek Sollenberger
Browse files

Fix namespace for picture

Change-Id: Id21ebcf2ba4befb4af15cd1d493428a64599afc1
parent c802c8cd
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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