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

Commit 10955bb8 authored by Romain Guy's avatar Romain Guy Committed by Android Git Automerger
Browse files

am bc8a8e8c: Merge "Add support for partial invalidates in WebView Bug #3461349" into honeycomb-mr1

* commit 'bc8a8e8c926115cb7b3910d016e5cff12b0f7b0a':
  Add support for partial invalidates in WebView Bug #3461349
parents be301264 8a2a2f46
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@ public:
    Functor() {}
    virtual ~Functor() {}
    virtual status_t operator ()() { return true; }
    virtual status_t operator ()(float* data, uint32_t len) { return true; }
};

}; // namespace android