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

Commit 8a2a2f46 authored by Romain Guy's avatar Romain Guy Committed by Android (Google) Code Review
Browse files

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

parents da921a5e 9fb2277f
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