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

Commit 8311f420 authored by Romain Guy's avatar Romain Guy Committed by Android Git Automerger
Browse files

am c2b91a61: Merge "Modify the GL renderer\'s functor to pass the clip to...

am c2b91a61: Merge "Modify the GL renderer\'s functor to pass the clip to WebView" into honeycomb-mr1

* commit 'c2b91a6113c30d3b994ef081fbd5b941200d55a4':
  Modify the GL renderer's functor to pass the clip to WebView
parents 3ed2e9b1 a0f38d27
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