| Index: ppapi/shared_impl/tracker_base.h
|
| diff --git a/ppapi/shared_impl/tracker_base.h b/ppapi/shared_impl/tracker_base.h
|
| index 7d4d9e8fe6819ab80a20f5700952d95d517c2fe6..7790ea348b99d8ff05e0846a2f4234e63fc0bd21 100644
|
| --- a/ppapi/shared_impl/tracker_base.h
|
| +++ b/ppapi/shared_impl/tracker_base.h
|
| @@ -23,6 +23,8 @@ class Var;
|
| // called "Tracker", and this would be used in both the plugin side of the
|
| // proxy as well as the implementation in the renderer. Currently, all this
|
| // does is forward to the process-type-specific tracker to get the information.
|
| +// TODO(fischman/vrk): When brettw fixes the TODO above, fix the ugliness in
|
| +// VideoDecoderImpl accordingly.
|
| class TrackerBase {
|
| public:
|
| // Must be called before any other function that uses the TrackerBase.
|
|
|