am 72064c66: am b0204d0a: am c2b91a61: Merge "Modify the GL renderer\'s functor to pass the clip to WebView" into honeycomb-mr1
* commit '72064c66e20b9cc86900a9d833c228c345a2b2a4': Modify the GL renderer's functor to pass the clip to WebView
This commit is contained in:
commit
043e3d42f1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user