summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/android/PlatformGraphicsContext.h
diff options
context:
space:
mode:
authorPatrick Scott <phanna@android.com>2009-05-05 08:44:22 -0400
committerPatrick Scott <phanna@android.com>2009-05-05 08:44:22 -0400
commitcfeaf82a9a355ac3a44601ef00cd31b58aff9355 (patch)
tree7abce99ce11c5d1a4b707791519eb11e197cc040 /WebCore/platform/graphics/android/PlatformGraphicsContext.h
parent80c54961fb9fac04a32a62b92d078d3013997477 (diff)
downloadexternal_webkit-cfeaf82a9a355ac3a44601ef00cd31b58aff9355.zip
external_webkit-cfeaf82a9a355ac3a44601ef00cd31b58aff9355.tar.gz
external_webkit-cfeaf82a9a355ac3a44601ef00cd31b58aff9355.tar.bz2
Fix an issue with the null plugin drawing even when there is fallback content.
Use similar logic in ObjectContentType as in the Window's port. Still use ObjectContentOtherPlugin so that <object> tags work properly (Mike's test plugin). Fix a build warning in PlatformGraphicsContext.h as well.
Diffstat (limited to 'WebCore/platform/graphics/android/PlatformGraphicsContext.h')
-rw-r--r--WebCore/platform/graphics/android/PlatformGraphicsContext.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/WebCore/platform/graphics/android/PlatformGraphicsContext.h b/WebCore/platform/graphics/android/PlatformGraphicsContext.h
index 546e4ef..4eeb4c1 100644
--- a/WebCore/platform/graphics/android/PlatformGraphicsContext.h
+++ b/WebCore/platform/graphics/android/PlatformGraphicsContext.h
@@ -34,7 +34,6 @@
#include "SkTDArray.h"
class SkCanvas;
-class WebCore::Node;
class Container {
public: