diff options
author | jschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-01 22:54:32 +0000 |
---|---|---|
committer | jschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-01 22:54:32 +0000 |
commit | 11f39b3a06be5aa6e828b3e02b201639006bf3e0 (patch) | |
tree | 0e1f4e76fe60226db10f8e7eb60039967df6f986 /webkit/plugins/npapi/webplugin_impl.h | |
parent | 48d2d88d686b6719bb3903edf5734f2d54144031 (diff) | |
download | chromium_src-11f39b3a06be5aa6e828b3e02b201639006bf3e0.zip chromium_src-11f39b3a06be5aa6e828b3e02b201639006bf3e0.tar.gz chromium_src-11f39b3a06be5aa6e828b3e02b201639006bf3e0.tar.bz2 |
Merge 122109 - Track (and eventually cap) Flash JIT size
BUG=113891
Review URL: http://codereview.chromium.org/9386003
TBR=jschuh@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9562034
git-svn-id: svn://svn.chromium.org/chrome/branches/1025/src@124513 0039d316-1c4b-4281-b951-d872f2087c98
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; |