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

Commit 88a90ab5 authored by Mathias Agopian's avatar Mathias Agopian Committed by Android (Google) Code Review
Browse files

Merge "Get rid of the "pid" parameter from createSurface"

parents ad0d9c9c 3f94f761
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -543,7 +543,6 @@ int main(int argc, char **argv) {
        CHECK_EQ(composerClient->initCheck(), (status_t)OK);

        control = composerClient->createSurface(
                getpid(),
                String8("A Surface"),
                0,
                1280,
+0 −1
Original line number Diff line number Diff line
@@ -149,7 +149,6 @@ int main(int argc, char **argv) {

    sp<SurfaceControl> control =
        composerClient->createSurface(
                getpid(),
                String8("A Surface"),
                0,
                1280,