summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/plugins/win/PluginViewWin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/plugins/win/PluginViewWin.cpp')
-rw-r--r--Source/WebCore/plugins/win/PluginViewWin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/plugins/win/PluginViewWin.cpp b/Source/WebCore/plugins/win/PluginViewWin.cpp
index f575709..2723c2c 100644
--- a/Source/WebCore/plugins/win/PluginViewWin.cpp
+++ b/Source/WebCore/plugins/win/PluginViewWin.cpp
@@ -82,7 +82,7 @@
#define LOG_PLUGIN_NET_ERROR()
#endif
-#if PLATFORM(CAIRO)
+#if USE(CAIRO)
#include "PlatformContextCairo.h"
#include <cairo-win32.h>
#endif
@@ -569,7 +569,7 @@ void PluginView::paintWindowedPluginIntoContext(GraphicsContext* context, const
LocalWindowsContext windowsContext(context, frameRect(), false);
-#if PLATFORM(CAIRO)
+#if USE(CAIRO)
// Must flush drawings up to this point to the backing metafile, otherwise the
// plugin region will be overwritten with any clear regions specified in the
// cairo-controlled portions of the rendering.