summaryrefslogtreecommitdiffstats
path: root/WebCore
diff options
context:
space:
mode:
authorBen Murdoch <benm@google.com>2010-07-22 17:02:31 +0100
committerBen Murdoch <benm@google.com>2010-07-27 10:20:27 +0100
commit585ee724ef91cab37349b10b022e608510a7f763 (patch)
tree5dd2fdf1c57e93951c2e4605bf976c914691f4ce /WebCore
parent857bbedf9aadfe4ca72a5ae063a7908d37b1ffcd (diff)
downloadexternal_webkit-585ee724ef91cab37349b10b022e608510a7f763.zip
external_webkit-585ee724ef91cab37349b10b022e608510a7f763.tar.gz
external_webkit-585ee724ef91cab37349b10b022e608510a7f763.tar.bz2
Merge Webkit at r63859 : PluginWidget class has been renamed and moved to WebKit. See http://trac.webkit.org/changeset/63638
Change-Id: I97784c98b694f28804421637716afa649aa09a6e
Diffstat (limited to 'WebCore')
-rw-r--r--WebCore/platform/android/TemporaryLinkStubs.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/WebCore/platform/android/TemporaryLinkStubs.cpp b/WebCore/platform/android/TemporaryLinkStubs.cpp
index 302a1ed..182a754 100644
--- a/WebCore/platform/android/TemporaryLinkStubs.cpp
+++ b/WebCore/platform/android/TemporaryLinkStubs.cpp
@@ -65,7 +65,6 @@
#include "PageCache.h"
#include "Pasteboard.h"
#include "Path.h"
-#include "PluginWidget.h"
#include "ResourceError.h"
#include "ResourceHandle.h"
#include "ResourceLoader.h"
@@ -103,10 +102,6 @@ String WebCore::defaultLanguage()
namespace WebCore {
-// Needed to link with PluginWidget as a parent class of PluginToggleWidget. Mac
-// defines this in plugins/mac/PluginWidgetMac.mm
-void PluginWidget::invalidateRect(const IntRect&) { }
-
// This function tells the bridge that a resource was loaded from the cache and thus
// the app may update progress with the amount of data loaded.
void CheckCacheObjectStatus(DocLoader*, CachedResource*)