diff options
Diffstat (limited to 'webkit/plugins/npapi/webplugin_impl.h')
-rw-r--r-- | webkit/plugins/npapi/webplugin_impl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/webkit/plugins/npapi/webplugin_impl.h b/webkit/plugins/npapi/webplugin_impl.h index 843e4f1..9e9bb8f 100644 --- a/webkit/plugins/npapi/webplugin_impl.h +++ b/webkit/plugins/npapi/webplugin_impl.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -97,6 +97,7 @@ class WEBKIT_PLUGINS_EXPORT WebPluginImpl : #if defined(OS_WIN) void SetWindowlessPumpEvent(HANDLE pump_messages_event) { } void ReparentPluginWindow(HWND window, HWND parent) { } + void ReportExecutableMemory(size_t size) { } #endif virtual void CancelResource(unsigned long id) OVERRIDE; virtual void Invalidate() OVERRIDE; |