| Index: third_party/WebKit/public/platform/Platform.h
|
| diff --git a/third_party/WebKit/public/platform/Platform.h b/third_party/WebKit/public/platform/Platform.h
|
| index f7360bf6cb93be8d78ffe7b66497474390e0ac11..7fe0122cbf652bd37574b78ec7a33a08eb2d672e 100644
|
| --- a/third_party/WebKit/public/platform/Platform.h
|
| +++ b/third_party/WebKit/public/platform/Platform.h
|
| @@ -426,6 +426,8 @@ class BLINK_PLATFORM_EXPORT Platform {
|
| // is preferable to disable sudden termination on a per-frame level via
|
| // WebFrameClient::suddenTerminationDisablerChanged.
|
| virtual void SuddenTerminationChanged(bool enabled) {}
|
| + virtual void IncProcessRefCount() {}
|
| + virtual void DecProcessRefCount() {}
|
|
|
| // System --------------------------------------------------------------
|
|
|
|
|