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

Commit a08152f4 authored by Romain Guy's avatar Romain Guy
Browse files

Modify the GL renderer's functor to pass the clip to WebView

Change-Id: If5efe399ca58f3000b2883e24e9f3736a2025184
parent fa064b99
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -25,8 +25,7 @@ class Functor {
public:
    Functor() {}
    virtual ~Functor() {}
    virtual status_t operator ()() { return true; }
    virtual status_t operator ()(float* data, uint32_t len) { return true; }
    virtual status_t operator ()(int what, void* data) { return NO_ERROR; }
};

}; // namespace android