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

Commit 58f90ab1 authored by Derek Sollenberger's avatar Derek Sollenberger Committed by Android (Google) Code Review
Browse files

Merge "Fix namespace for picture"

parents fbe6be4f a0dc4040
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