Chromium Code Reviews| Index: public/platform/Platform.h |
| diff --git a/public/platform/Platform.h b/public/platform/Platform.h |
| index 547bcec99fac10d47461bac44de4998fc21ed832..8791bc3cf55218ed57a8193e33b1696c1140b224 100644 |
| --- a/public/platform/Platform.h |
| +++ b/public/platform/Platform.h |
| @@ -220,6 +220,7 @@ public: |
| virtual void sampleGamepads(WebGamepads& into) { into.length = 0; } |
| + virtual void setGamepadListener(WebGamepadListener* listener) { } |
|
Inactive
2014/03/14 19:46:08
"listener" can be omitted.
kbalazs
2014/03/14 23:51:27
Done.
|
| // History ------------------------------------------------------------- |