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

Commit 222e4792 authored by Chet Haase's avatar Chet Haase Committed by Android (Google) Code Review
Browse files

Merge "Fix the build - change a reference to a namespace specification"

parents ef353dde 0865d33d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -601,7 +601,7 @@ static void
android_app_ActivityThread_dumpGraphics(JNIEnv* env, jobject clazz, jobject javaFileDescriptor)
{
    int fd = env->GetIntField(javaFileDescriptor, gFileDescriptorField);
    uirenderer::DisplayList::outputLogBuffer(fd);
    android::uirenderer::DisplayList::outputLogBuffer(fd);
}

// ----------------------------------------------------------------------------