Index: content/plugin/webplugin_proxy.cc |
=================================================================== |
--- content/plugin/webplugin_proxy.cc (revision 200710) |
+++ content/plugin/webplugin_proxy.cc (working copy) |
@@ -523,7 +523,7 @@ |
&windowless_contexts_[1]); |
} |
-#elif defined(USE_X11) |
+#elif defined(TOOLKIT_GTK) |
void WebPluginProxy::CreateDIBAndCanvasFromHandle( |
const TransportDIB::Handle& dib_handle, |
@@ -589,7 +589,7 @@ |
} |
} |
-#elif defined(OS_ANDROID) |
+#else |
void WebPluginProxy::SetWindowlessBuffers( |
const TransportDIB::Handle& windowless_buffer0, |