Chromium Code Reviews| Index: third_party/WebKit/public/platform/WebContentDecryptionModuleResult.h |
| diff --git a/third_party/WebKit/public/platform/WebContentDecryptionModuleResult.h b/third_party/WebKit/public/platform/WebContentDecryptionModuleResult.h |
| index 9d16de997517112ef96501044288607c8f9e779e..6c5e111583a7ecb1eabea681c424c7c4766d4b3b 100644 |
| --- a/third_party/WebKit/public/platform/WebContentDecryptionModuleResult.h |
| +++ b/third_party/WebKit/public/platform/WebContentDecryptionModuleResult.h |
| @@ -45,6 +45,9 @@ public: |
| return *this; |
| } |
| + // Returns whether the operation has been completed (success or fail). |
|
ddorwin
2016/02/26 17:29:28
nit: failure
xhwang
2016/02/26 20:52:21
Done.
|
| + BLINK_PLATFORM_EXPORT bool isCompleted(); |
| + |
| // Called when the CDM completes an operation and has no additional data to |
| // pass back. |
| BLINK_PLATFORM_EXPORT void complete(); |